Skip to content

Commit

Permalink
chore(main): release 0.33.0 (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent f0d6dbb commit d566413
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Changelog

## [0.33.0](https://github.com/momentohq/client-sdk-rust/compare/v0.32.1...v0.33.0) (2024-03-20)


### Features

* add a configuration object for the cache client ([#176](https://github.com/momentohq/client-sdk-rust/issues/176)) ([2ee3227](https://github.com/momentohq/client-sdk-rust/commit/2ee3227a187fb6b0e13cacf9c5f9c7bace5489b2))
* add get/set to CacheClient to support readme.ts example ([#185](https://github.com/momentohq/client-sdk-rust/issues/185)) ([8d13be9](https://github.com/momentohq/client-sdk-rust/commit/8d13be9ae9b58bcaf84a58c17f13b1665377d2be))
* Add sorted set put and fetch functions ([#178](https://github.com/momentohq/client-sdk-rust/issues/178)) ([7a0d86b](https://github.com/momentohq/client-sdk-rust/commit/7a0d86ba67414088d0f411b2f48648c0d3d2bfe3))
* prototype of new API using requests as builders ([#175](https://github.com/momentohq/client-sdk-rust/issues/175)) ([33fd9f5](https://github.com/momentohq/client-sdk-rust/commit/33fd9f5f65a92ef8cb3891818e7a3b6eb4d86095))


### Miscellaneous

* disable releasing on every merge to main ([#172](https://github.com/momentohq/client-sdk-rust/issues/172)) ([6bb5965](https://github.com/momentohq/client-sdk-rust/commit/6bb596563c8ff0728746f4e2c4611118bda57541))
* fix and build examples ([#186](https://github.com/momentohq/client-sdk-rust/issues/186)) ([7023a10](https://github.com/momentohq/client-sdk-rust/commit/7023a10981d9c4c0c96b2bcbf539577235fb554e))
* modernize README, add CONTRIBUTING.md ([#182](https://github.com/momentohq/client-sdk-rust/issues/182)) ([188cf52](https://github.com/momentohq/client-sdk-rust/commit/188cf5217638047fb353afd0870da8c813beac1d))
* move prep_request out of SimpleCacheClient ([#174](https://github.com/momentohq/client-sdk-rust/issues/174)) ([5611dfb](https://github.com/momentohq/client-sdk-rust/commit/5611dfb0f65d7044e1b6f32dc95aad853430c246))
* remove next token from list_caches and list_signing_keys ([#173](https://github.com/momentohq/client-sdk-rust/issues/173)) ([009fe73](https://github.com/momentohq/client-sdk-rust/commit/009fe7363bb4e583e8b4a5a5b2ddaa2dc6dec74e))
* set up release please ([#187](https://github.com/momentohq/client-sdk-rust/issues/187)) ([f0d6dbb](https://github.com/momentohq/client-sdk-rust/commit/f0d6dbb287b2a09814a8dfe8b6283b9134777f67))
* standardize env var name to be MOMENTO_API_KEY ([#180](https://github.com/momentohq/client-sdk-rust/issues/180)) ([8b3b333](https://github.com/momentohq/client-sdk-rust/commit/8b3b333c5085ac9a66ac70a3d72dd4a97f064e6f))
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "momento"
version = "0.1.0"
version = "0.33.0"
authors = ["momento"]
edition = "2018"
description = "Client SDK for Momento services"
Expand Down
2 changes: 1 addition & 1 deletion test-util/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "momento-test-util"
version = "0.0.0"
version = "0.33.0"
edition = "2021"
publish = false

Expand Down

0 comments on commit d566413

Please sign in to comment.