Skip to content

Commit

Permalink
Releasing transmog-pot 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ecton committed Aug 24, 2023
1 parent 17f5f09 commit 8eae63a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[workspace]
resolver = "2"
members = ["crates/*", "examples/*", "xtask"]

# [patch.crates-io]
Expand Down
2 changes: 1 addition & 1 deletion crates/transmog-async/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ anyhow = "1.0.53"
futures = "0.3.19"
tokio = { version = "1.16.1", features = ["full"] }
transmog-bincode = { path = "../transmog-bincode", version = "0.1.0" }
transmog-pot = { path = "../transmog-pot", version = "0.2.0" }
transmog-pot = { path = "../transmog-pot", version = "0.3.0" }
4 changes: 4 additions & 0 deletions crates/transmog-pot/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v0.3.0

- Dependency `pot` has been updated to v3.0.0.

## v0.2.0

- Dependency `pot` has been updated to v2.0.0.
Expand Down
4 changes: 2 additions & 2 deletions crates/transmog-pot/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "transmog-pot"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
description = "Pot adaptor for Transmog"
repository = "https://github.com/khonsulabs/transmog"
Expand All @@ -12,7 +12,7 @@ readme = "./README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
pot = "2.0.0"
pot = "3.0.0"
transmog = { path = "../transmog", version = "0.1.0" }
serde = "1.0.136"

Expand Down

0 comments on commit 8eae63a

Please sign in to comment.