Skip to content

Commit

Permalink
chore(main): release 0.39.6 (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent e1fc5ec commit 43ee46f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.39.6](https://github.com/momentohq/client-sdk-rust/compare/v0.39.5...v0.39.6) (2024-05-23)


### Miscellaneous

* trying to fix release-please; remove path, add extra-files ([#350](https://github.com/momentohq/client-sdk-rust/issues/350)) ([e1fc5ec](https://github.com/momentohq/client-sdk-rust/commit/e1fc5ec3e9174600329fa7d5df5a221c9cca79a9))

## [0.39.3](https://github.com/momentohq/client-sdk-rust/compare/v0.39.2...v0.39.3) (2024-05-23)


Expand Down
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "momento"
version = "0.39.5" # x-release-please-version
version = "0.39.6" # x-release-please-version
authors = ["momento"]
edition = "2018"
description = "Client SDK for Momento services"
Expand Down
2 changes: 1 addition & 1 deletion sdk/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.39.5" # x-release-please-version
version = "0.39.6" # x-release-please-version
edition = "2021"
publish = false

Expand Down

0 comments on commit 43ee46f

Please sign in to comment.