Skip to content

Commit

Permalink
Updated version and CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralph Gasser committed Sep 22, 2021
1 parent 034a837 commit 824f398
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change log for Cottontail DB

## Version 0.12.13

### Bugfixes

* Fixed an issue that caused index partition strategy to be used despite an index not supporting this.
* UpdateOperator now only write columns that are actually changed.

## Version 0.12.12

* Bumped some library versions.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apply plugin: 'com.github.johnrengelman.shadow'

/* Group and SNAPSHOT version. Update version for each major and minor release. */
group 'org.vitrivr'
version '0.12.11'
version '0.12.13'

/* General application attributes. */
mainClassName = 'org.vitrivr.cottontail.CottontailKt'
Expand Down

0 comments on commit 824f398

Please sign in to comment.