Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
JMBeresford committed Jul 31, 2024
1 parent 0bfe707 commit 3cae31d
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.14](https://github.com/JMBeresford/retrom/compare/retrom-v0.0.13...retrom-v0.0.14) - 2024-07-31

### Fixed
- client env parsing

## [0.0.13](https://github.com/JMBeresford/retrom/compare/retrom-v0.0.12...retrom-v0.0.13) - 2024-07-31

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ exclude = ["**/node_modules"]

[package]
name = "retrom"
version = "0.0.13"
version = "0.0.14"
description = "Retrom is a centralized game library/collection management service with a focus on emulation."
edition.workspace = true
authors.workspace = true
Expand Down Expand Up @@ -44,7 +44,7 @@ tokio = { version = "1.37.0", features = ["full"] }
tokio-util = { version = "0.7.11", features = ["io", "compat"] }
dotenvy = "0.15.7"
retrom-db = { path = "./packages/db", version = "0.0.8" }
retrom-client = { path = "./packages/client", version = "0.0.12" }
retrom-client = { path = "./packages/client", version = "0.0.13" }
retrom-service = { path = "./packages/service", version = "0.0.9" }
retrom-codegen = { path = "./packages/codegen", version = "0.0.9" }
retrom-plugin-installer = { path = "./plugins/retrom-plugin-installer", version = "0.0.9" }
Expand Down
5 changes: 5 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.13](https://github.com/JMBeresford/retrom/compare/retrom-client-v0.0.12...retrom-client-v0.0.13) - 2024-07-31

### Fixed
- client env parsing

## [0.0.12](https://github.com/JMBeresford/retrom/compare/retrom-client-v0.0.11...retrom-client-v0.0.12) - 2024-07-31

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion packages/client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "retrom-client"
version = "0.0.12"
version = "0.0.13"
authors.workspace = true
repository.workspace = true
license.workspace = true
Expand Down

0 comments on commit 3cae31d

Please sign in to comment.