Skip to content

Commit bc74854

Browse files
Release 0.3.1
1 parent 259424a commit bc74854

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5+
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased]
8+
9+
### Added
10+
11+
### Changed
12+
13+
### Fixed
14+
15+
### Removed
16+
17+
## [0.3.1] - 2025-10-27
18+
19+
This release introduces bumped luagraphqlparser version to avoid
20+
compatibility problem with CMake 4.x.
21+
22+
### Changed
23+
24+
- Bump luagraphqlparser to 0.2.1 (#69).

graphql/version.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
-- Сontains the module version.
22
-- Requires manual update in case of release commit.
33

4-
return '0.3.0'
4+
return '0.3.1'

0 commit comments

Comments
 (0)