Skip to content

Commit

Permalink
Bump version to v0.6 & update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jhecking committed Sep 11, 2020
1 parent 28ac5ca commit 300f0fc
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.6.0] - 2020-09-11

* **Bug Fixes**
* Shrink connection buffers to avoid unbounded memory allocation. [(#83)](https://github.com/aerospike/aerospike-client-rust/pull/83) Thanks to [@soro](https://github.com/soro)!

* **New Features**
* Big update for operations: [(#79)](https://github.com/aerospike/aerospike-client-rust/pull/71) Thanks to [@jonas32](https://github.com/jonas32)!
* Added operation contexts for nested operations.
* Added missing list operations, list policies, and ordered lists.
* Added missing map operations.
* Added bitwise operations.
* CAUTION: This is a breaking change. The policy and return types for Lists require additional parameters for the cdt op functions.

* **Updates**
* Restrict Travis CI tests to stable/beta/nightly. [(#84)](https://github.com/aerospike/aerospike-client-rust/pull/84)

## [0.5.0] - 2020-07-30

* **Bug Fixes**
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aerospike"
version = "0.5.0"
version = "0.6.0"
edition = "2018"
authors = ["Khosrow Afroozeh <khosrow@aerospike.com>", "Jan Hecking <jhecking@aerospike.com>"]
description = "Aerospike Client for Rust"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
//!
//! ```text
//! [dependencies]
//! aerospike = "0.5.0"
//! aerospike = "0.6.0"
//! ```
//!
//! # Examples
Expand Down

0 comments on commit 300f0fc

Please sign in to comment.