Skip to content

Commit

Permalink
Release 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kw217 committed Feb 29, 2024
1 parent 20018c0 commit 44efc9d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Expand Up @@ -14,7 +14,12 @@ version number is tracked in the file `VERSION`.

### Fixed

## [3.0.0]
## [3.0.1] - 2024-02-29

### Fixed
- Expose `Row::iter` (which was inadvertently made private in 3.0.0).

## [3.0.0] - 2024-02-28

### Added
- `get_decimal()` now gets a Cassanda decimal value as `BigDecimal`,
Expand Down Expand Up @@ -303,7 +308,10 @@ First release of https://github.com/Metaswitch/cassandra-rs
## [0.8.1] - 2016-12-13
Last release of https://github.com/tupshin/cassandra-rs

[Unreleased]: https://github.com/Metaswitch/cassandra-rs/compare/2.0.0...HEAD
[Unreleased]: https://github.com/Metaswitch/cassandra-rs/compare/3.0.1...HEAD
[3.0.1]: https://github.com/Metaswitch/cassandra-rs/compare/3.0.0...3.0.1
[3.0.0]: https://github.com/Metaswitch/cassandra-rs/compare/3.0.0...2.0.0
[2.0.1]: https://github.com/Metaswitch/cassandra-rs/compare/2.0.0...2.0.1
[2.0.0]: https://github.com/Metaswitch/cassandra-rs/compare/1.2.0...2.0.0
[1.2.0]: https://github.com/Metaswitch/cassandra-rs/compare/1.1.0...1.2.0
[1.1.0]: https://github.com/Metaswitch/cassandra-rs/compare/1.0.0...1.1.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -8,7 +8,7 @@ keywords = [ "Cassandra", "binding", "CQL", "client", "database" ]
categories = [ "api-bindings", "database", "external-ffi-bindings", "asynchronous" ]
license = "Apache-2.0"
name = "cassandra-cpp"
version = "3.0.0"
version = "3.0.1"
authors = ["Tupshin Harper <tupshin@tupshin.com>", "Keith Wansbrough <Keith.Wansbrough@metaswitch.com>"]
edition = "2018"

Expand Down

0 comments on commit 44efc9d

Please sign in to comment.