Skip to content

Commit

Permalink
Update changelog for v2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
willbryant committed Oct 4, 2020
1 parent 003d7af commit e4b257d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

2.7
---
* Create keys before dropping keys when possible, in case they're in use for an FKC.

2.6
---
* Add `--version` option. Thanks @proby.
Expand Down Expand Up @@ -28,7 +32,7 @@ Changelog
2.1
---
* New default hash algorithm BLAKE3, giving a significant performance improvement, particularly on CPUs supporting AVX2 and above.
* Update ruby test suite to run on ruby 2.7.0. Thanks @proby.
* Update test suite to run on Ruby 2.7.0. Thanks @proby.

2.0
---
Expand Down Expand Up @@ -382,7 +386,7 @@ Release candidate for 1.0
* Parse `tinyint(n != 1)` and `mediumint` MySQL column definitions for completeness
* Give more helpful output if tests fail due to an `EOFError` while reading a command
* Hopefully fix intermittent failures due to stderr output from the snapshot import/export test
* Use msgpack 0.5.9 gem for ruby tests
* Use msgpack 0.5.9 gem for Ruby tests

0.14
----
Expand Down
4 changes: 3 additions & 1 deletion scripts/tag_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ echo "#define KS_VERSION \"$TAG\"" >src/version.h

git commit -am "Update changelog for v$TAG"
git tag v$TAG
# git tag push --tags

echo "To release: "
echo " git push && git push --tags"
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define KS_VERSION "2.6"
#define KS_VERSION "2.7"

0 comments on commit e4b257d

Please sign in to comment.