Skip to content

Commit

Permalink
chore: release (#29)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 15, 2024
1 parent a4b8219 commit 58871ba
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.5](https://github.com/FalkorDB/falkordb-rs/compare/v0.1.4...v0.1.5) - 2024-08-15

### Fixed
- Update crates to avoid CVEs ([#35](https://github.com/FalkorDB/falkordb-rs/pull/35))

### Other
- crates io bug
- Update deny action
- Update redis and tokio version, and fix compatiblity issues
- Update redis and tokio version, and fix compatiblity issues
- Update README
- Remove deny from needs
- *(deps)* bump thiserror from 1.0.61 to 1.0.62 ([#30](https://github.com/FalkorDB/falkordb-rs/pull/30))
- *(deps)* bump strum from 0.26.2 to 0.26.3 ([#28](https://github.com/FalkorDB/falkordb-rs/pull/28))

## [0.1.4](https://github.com/FalkorDB/falkordb-rs/compare/v0.1.3...v0.1.4) - 2024-06-20

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "falkordb"
version = "0.1.4"
version = "0.1.5"
edition = "2021"
description = "A FalkorDB Rust client"
homepage = "https://www.falkordb.com/"
Expand Down

0 comments on commit 58871ba

Please sign in to comment.