Skip to content

Commit

Permalink
chore: release main (#220)
Browse files Browse the repository at this point in the history
Co-authored-by: semiotic-labs-pr-automation[bot] <138054206+semiotic-labs-pr-automation[bot]@users.noreply.github.com>
  • Loading branch information
semiotic-labs-pr-automation[bot] committed Mar 27, 2024
1 parent 037198b commit 0ef719b
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
".": "0.0.0",
"tap_aggregator": "0.3.0",
"tap_core": "0.8.0",
"tap_integration_tests": "0.1.9"
"tap_aggregator": "0.3.1",
"tap_core": "1.0.0",
"tap_integration_tests": "0.1.10"
}
4 changes: 4 additions & 0 deletions tap_aggregator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
* dependencies
* tap_core bumped from 0.5.1 to 0.6.0

* The following workspace dependencies were updated
* dependencies
* tap_core bumped from 0.8.0 to 1.0.0

## [0.3.0](https://github.com/semiotic-ai/timeline-aggregation-protocol/compare/tap_aggregator-v0.2.0...tap_aggregator-v0.3.0) (2024-03-11)


Expand Down
4 changes: 2 additions & 2 deletions tap_aggregator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tap_aggregator"
version = "0.3.0"
version = "0.3.1"
edition.workspace = true
license.workspace = true
readme = "README.md"
Expand All @@ -13,7 +13,7 @@ path = "src/main.rs"
[dependencies]
anyhow = "1.0.70"
tokio = { version = "1.27.0", features = ["macros", "signal"] }
tap_core = { version = "0.8.0", path = "../tap_core" }
tap_core = { version = "1.0.0", path = "../tap_core" }
jsonrpsee = { version = "0.18.0", features = ["server", "macros"] }
ethers-signers = "2.0.3"
clap = { version = "4.2.4", features = ["derive", "env"] }
Expand Down
11 changes: 11 additions & 0 deletions tap_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [1.0.0](https://github.com/semiotic-ai/timeline-aggregation-protocol/compare/tap_core-v0.8.0...tap_core-v1.0.0) (2024-03-27)


### ⚠ BREAKING CHANGES

* create docs and readme.

### Documentation

* create docs and readme. ([4ebf258](https://github.com/semiotic-ai/timeline-aggregation-protocol/commit/4ebf2584441514166fd9e91999b1710af1d54524))

## [0.8.0](https://github.com/semiotic-ai/timeline-aggregation-protocol/compare/tap_core-v0.7.0...tap_core-v0.8.0) (2024-03-11)


Expand Down
2 changes: 1 addition & 1 deletion tap_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tap_core"
version = "0.8.0"
version = "1.0.0"
edition.workspace = true
license.workspace = true
description = "Core Timeline Aggregation Protocol library: a fast, efficient and trustless unidirectional micro-payments system."
Expand Down
6 changes: 3 additions & 3 deletions tap_integration_tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[package]
name = "tap_integration_tests"
version = "0.1.9"
version = "0.1.10"
edition.workspace = true
license.workspace = true
autotests = false
description = "Integration tests for the Timeline Aggregation Protocol."
publish = false

[dependencies]
tap_aggregator = { version = "0.3.0", path = "../tap_aggregator" }
tap_core = { version = "0.8.0", path = "../tap_core", features = ["in_memory"]}
tap_aggregator = { version = "0.3.1", path = "../tap_aggregator" }
tap_core = { version = "1.0.0", path = "../tap_core", features = ["in_memory"]}
jsonrpsee = { version = "0.18.0", features = ["http-client", "server"] }
ethers = "2.0.0"
clap = { version = "4.2.4", features = ["derive", "env"] }
Expand Down

0 comments on commit 0ef719b

Please sign in to comment.