Skip to content

Commit

Permalink
Build 3.2.10 coming right up
Browse files Browse the repository at this point in the history
  • Loading branch information
Aizistral committed Jan 19, 2022
1 parent 74e0bf2 commit dd9404c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ subprojects {
apply plugin: 'idea'
apply plugin: 'eclipse'
group = 'io.github.crucible.grimoire'
version = '3.2.9'
version = '3.2.10'
}
6 changes: 6 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Global log for all Grimoire changes, starting with release 3.2.0.


## Release v3.2.10

- Implemented `IOmniconfigBuilder#commentCategory` method;
- Implemented `@ConfigLoadCallback` annotation.


## Release v3.2.9

- Fixed omniconfig string lists being restored to their default value after initial loading (#20);
Expand Down

0 comments on commit dd9404c

Please sign in to comment.