Skip to content

Commit 168dde2

Browse files
chore: release main
1 parent 28d1eb6 commit 168dde2

File tree

12 files changed

+32
-12
lines changed

12 files changed

+32
-12
lines changed

.release-please-manifest.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
".": "0.0.0",
3-
"tap_aggregator": "0.5.4",
4-
"tap_core": "4.1.2",
5-
"tap_integration_tests": "0.1.19",
6-
"tap_eip712_message": "0.2.1",
7-
"tap_graph": "0.3.2",
8-
"tap_receipt": "1.1.2"
3+
"tap_aggregator": "0.5.5",
4+
"tap_core": "4.1.3",
5+
"tap_integration_tests": "0.1.20",
6+
"tap_eip712_message": "0.2.2",
7+
"tap_graph": "0.3.3",
8+
"tap_receipt": "1.1.3"
99
}

tap_aggregator/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
* tap_core bumped from 3.0.0 to 3.0.1
2626
* tap_graph bumped from 0.1.0 to 0.2.0
2727

28+
29+
2830
## [0.5.4](https://github.com/semiotic-ai/timeline-aggregation-protocol/compare/tap_aggregator-v0.5.3...tap_aggregator-v0.5.4) (2025-05-21)
2931

3032

tap_aggregator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tap_aggregator"
3-
version = "0.5.4"
3+
version = "0.5.5"
44
edition.workspace = true
55
license.workspace = true
66
repository.workspace = true

tap_core/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
* dependencies
55
* tap_graph bumped from 0.1.0 to 0.2.0
66

7+
8+
79
## [4.1.2](https://github.com/semiotic-ai/timeline-aggregation-protocol/compare/tap_core-v4.1.1...tap_core-v4.1.2) (2025-05-19)
810

911

tap_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tap_core"
3-
version = "4.1.2"
3+
version = "4.1.3"
44
edition.workspace = true
55
license.workspace = true
66
repository.workspace = true

tap_eip712_message/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.2.2](https://github.com/semiotic-ai/timeline-aggregation-protocol/compare/tap_eip712_message-v0.2.1...tap_eip712_message-v0.2.2) (2025-05-27)
4+
5+
6+
### Bug Fixes
7+
8+
* **eip712-message:** canonicalize to low-S before returning bytes ([1586b0f](https://github.com/semiotic-ai/timeline-aggregation-protocol/commit/1586b0f2f2b8d3ec146c58475442a8f9e0067a35))
9+
310
## [0.2.1](https://github.com/semiotic-ai/timeline-aggregation-protocol/compare/tap_eip712_message-v0.2.0...tap_eip712_message-v0.2.1) (2025-05-09)
411

512

tap_eip712_message/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tap_eip712_message"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
edition.workspace = true
55
license.workspace = true
66
repository.workspace = true

tap_graph/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
* tap_eip712_message bumped from 0.2.0 to 0.2.1
1010
* tap_receipt bumped from 1.1.0 to 1.1.1
1111

12+
13+
1214
## [0.3.2](https://github.com/semiotic-ai/timeline-aggregation-protocol/compare/tap_graph-v0.3.1...tap_graph-v0.3.2) (2025-05-19)
1315

1416

tap_graph/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tap_graph"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
edition.workspace = true
55
license.workspace = true
66
repository.workspace = true

tap_integration_tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tap_integration_tests"
3-
version = "0.1.19"
3+
version = "0.1.20"
44
edition.workspace = true
55
license.workspace = true
66
repository.workspace = true

0 commit comments

Comments
 (0)