Skip to content

Commit 4d85152

Browse files
authored
Merge pull request #53 from Synerise/new-version-1.2.1
Prepare v1.2.1 release.
2 parents 5207b1a + a0a2213 commit 4d85152

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
1+
# 1.2.1 (April 13, 2022)
2+
3+
### Changed
4+
- Optimize "--output-format numpy" mode, so it doesn't require additional memory when writing output file ([#50]).
5+
- Bump libs ([#52]).
6+
7+
[#50]: https://github.com/Synerise/cleora/pull/50
8+
[#52]: https://github.com/Synerise/cleora/pull/52
9+
10+
111
# 1.2.0 (March 17, 2022)
212

313
### Added
4-
- Use default hasher for vector init. ([#47]).
14+
- Use default hasher for vector init ([#47]).
515

616
[#47]: https://github.com/Synerise/cleora/pull/47
717

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cleora"
3-
version = "1.2.0"
3+
version = "1.2.1"
44
authors = ["Piotr Babel <piotr.babel@synerise.com>", "Jacek Dabrowski <jack.dabrowski@synerise.com>", "Konrad Goluchowski <konrad.goluchowski@synerise.com>"]
55
edition = "2018"
66
license-file = "LICENSE"

0 commit comments

Comments
 (0)