Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
- added release notes
- set JNA project to build SNAPSHOT version by default
  • Loading branch information
Michael Tucek authored and a-kraschitzer committed Apr 14, 2021
1 parent d8beaba commit 530b3bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions doc/news/_preparation_next_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,8 @@ Furthermore `Elektra::ksPop` and `KeySet::pop` have been removed and `KeySet::re
- Migrated to Gradle project _(Michael Tucek)_
- Migrated to Gradle project _(Michael Tucek)_
### Python + Lua
Add support for keyset.remove(key). _(Manuel Mausz)_
Expand Down
2 changes: 1 addition & 1 deletion src/bindings/jna/version-settings.gradle.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// override artifact version
allprojects {
version = '@KDB_VERSION@'
version = '@KDB_VERSION@-SNAPSHOT'
}

0 comments on commit 530b3bb

Please sign in to comment.