Skip to content

Commit

Permalink
chore: release v0.2.1 (#23)
Browse files Browse the repository at this point in the history
* chore: release

* ci: release-plz adjustments

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Claus Matzinger <[email protected]>
  • Loading branch information
github-actions[bot] and celaus authored Aug 26, 2024
1 parent e0280fa commit a8045f8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 19 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions rust/Cargo.lock

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

4 changes: 2 additions & 2 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ exclude = [
resolver = "2"

[workspace.package]
version = "0.2.0"
version = "0.2.1"
license = "Apache-2.0"
edition = "2021"
repository = "https://github.com/coralogix/coralogix-management-sdk"
Expand Down Expand Up @@ -47,4 +47,4 @@ serde = { version = "1", features = ["derive"] }
serde_json = "1.0"
bytes = "1.6"
reqwest = { version = "0.12", features = ["json"] }
cx-api = { version = "0.2.0", path = "cx-api" }
cx-api = { version = "0.2.1", path = "cx-api" }
15 changes: 0 additions & 15 deletions rust/cx-api/CHANGELOG.md

This file was deleted.

0 comments on commit a8045f8

Please sign in to comment.