Skip to content

Commit

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

## [Unreleased]

## [0.0.32](https://github.com/JMBeresford/retrom/compare/retrom-v0.0.31...retrom-v0.0.32) - 2024-08-13

### Fixed
- better web/desktop mode detection

### Other
- fix CI step name

## [0.0.31](https://github.com/JMBeresford/retrom/compare/retrom-v0.0.30...retrom-v0.0.31) - 2024-08-13

### 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.31"
version = "0.0.32"
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.10" }
retrom-client = { path = "./packages/client", version = "0.0.30" }
retrom-client = { path = "./packages/client", version = "0.0.31" }
retrom-service = { path = "./packages/service", version = "0.0.14" }
retrom-codegen = { path = "./packages/codegen", version = "0.0.12" }
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.31](https://github.com/JMBeresford/retrom/compare/retrom-client-v0.0.30...retrom-client-v0.0.31) - 2024-08-13

### Fixed
- better web/desktop mode detection

## [0.0.30](https://github.com/JMBeresford/retrom/compare/retrom-client-v0.0.29...retrom-client-v0.0.30) - 2024-08-13

### 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.30"
version = "0.0.31"
authors.workspace = true
repository.workspace = true
license.workspace = true
Expand Down

0 comments on commit 8ffb698

Please sign in to comment.