Skip to content

Commit

Permalink
chore: release main (#272)
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>
Co-authored-by: Gustavo Inacio <incio.gusta@gmail.com>
  • Loading branch information
1 parent bbc8dde commit d1cbe8f
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 12 deletions.
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
".": "0.0.0",
"tap_aggregator": "0.4.0",
"tap_core": "3.0.0",
"tap_integration_tests": "0.1.13",
"tap_aggregator": "0.4.1",
"tap_core": "3.0.1",
"tap_integration_tests": "0.1.14",
"tap_eip712_message": "0.1.0",
"tap_graph": "0.1.0",
"tap_graph": "0.2.0",
"tap_receipt": "0.1.0"
}
5 changes: 5 additions & 0 deletions tap_aggregator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
* dependencies
* tap_core bumped from * to 2.0.0

* The following workspace dependencies were updated
* dependencies
* tap_core bumped from 3.0.0 to 3.0.1
* tap_graph bumped from 0.1.0 to 0.2.0

## [0.4.0](https://github.com/semiotic-ai/timeline-aggregation-protocol/compare/tap_aggregator-v0.3.3...tap_aggregator-v0.4.0) (2025-01-28)


Expand Down
6 changes: 3 additions & 3 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.4.0"
version = "0.4.1"
edition.workspace = true
license.workspace = true
repository.workspace = true
Expand Down Expand Up @@ -34,12 +34,12 @@ rayon = "1.10.0"
serde.workspace = true
serde_json.workspace = true
strum = { version = "0.26.3", features = ["derive"] }
tap_core = { path = "../tap_core", version = "3.0.0" }
tap_core = { path = "../tap_core", version = "3.0.1" }
tokio.workspace = true
tonic = { version = "0.12.3", features = ["transport", "zstd"] }
tower = { version = "0.5.2", features = ["util", "steer"] }
tracing-subscriber = "0.3.17"
tap_graph = { version = "0.1.0", path = "../tap_graph" }
tap_graph = { version = "0.2.0", path = "../tap_graph" }

[build-dependencies]
tonic-build = "0.12.3"
Expand Down
4 changes: 4 additions & 0 deletions tap_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

* The following workspace dependencies were updated
* dependencies
* tap_graph bumped from 0.1.0 to 0.2.0

## [3.0.0](https://github.com/semiotic-ai/timeline-aggregation-protocol/compare/tap_core-v2.0.0...tap_core-v3.0.0) (2025-01-28)


Expand Down
4 changes: 2 additions & 2 deletions tap_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tap_core"
version = "3.0.0"
version = "3.0.1"
edition.workspace = true
license.workspace = true
repository.workspace = true
Expand All @@ -17,7 +17,7 @@ thiserror.workspace = true
tokio.workspace = true
tap_receipt = { version = "0.1.0", path = "../tap_receipt" }
tap_eip712_message = { version = "0.1.0", path = "../tap_eip712_message" }
tap_graph = { version = "0.1.0", path = "../tap_graph", optional = true }
tap_graph = { version = "0.2.0", path = "../tap_graph", optional = true }

[dev-dependencies]
criterion = { version = "0.5.1", features = ["async_std"] }
Expand Down
7 changes: 7 additions & 0 deletions tap_graph/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.0](https://github.com/semiotic-ai/timeline-aggregation-protocol/compare/tap_graph-v0.1.0...tap_graph-v0.2.0) (2025-01-29)


### Features

* add horizon types to tap_graph ([#270](https://github.com/semiotic-ai/timeline-aggregation-protocol/issues/270)) ([b8e424e](https://github.com/semiotic-ai/timeline-aggregation-protocol/commit/b8e424e2a177fdf6c6a3a936c5f6450e9d6fc504))

## 0.1.0 (2025-01-28)


Expand Down
2 changes: 1 addition & 1 deletion tap_graph/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tap_graph"
version = "0.1.0"
version = "0.2.0"
edition.workspace = true
license.workspace = true
repository.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions tap_integration_tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tap_integration_tests"
version = "0.1.13"
version = "0.1.14"
edition.workspace = true
license.workspace = true
repository.workspace = true
Expand All @@ -10,7 +10,7 @@ publish = false

[dependencies]
tap_aggregator = { path = "../tap_aggregator" }
tap_core = { path = "../tap_core", version = "3.0.0" }
tap_core = { path = "../tap_core", version = "3.0.1" }
rand.workspace = true
anyhow.workspace = true
tokio.workspace = true
Expand Down

0 comments on commit d1cbe8f

Please sign in to comment.