File tree 9 files changed +14
-8
lines changed
9 files changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ name = "sdk-mock"
9
9
path = " src/sdk-mock/main.rs"
10
10
11
11
[dependencies ]
12
- agp-config = { path = " ../gateway/config" , version = " 0.1.2 " }
12
+ agp-config = { path = " ../gateway/config" , version = " 0.1.3 " }
13
13
agp-datapath = { path = " ../gateway/datapath" , version = " 0.2.0" }
14
14
agp-gw = { path = " ../gateway/gateway" , version = " 0.3.4" }
15
15
clap = " 4.5"
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.1.3] ( https://github.com/agntcy/agp/compare/agp-config-v0.1.2...agp-config-v0.1.3 ) - 2025-03-06
11
+
12
+ ### Other
13
+
14
+ - Windows Instructions ([ #73 ] ( https://github.com/agntcy/agp/pull/73 ) )
15
+
10
16
## [ 0.1.2] ( https://github.com/agntcy/agp/compare/agp-config-v0.1.1...agp-config-v0.1.2 ) - 2025-02-28
11
17
12
18
### Added
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " agp-config"
3
- version = " 0.1.2 "
3
+ version = " 0.1.3 "
4
4
edition = " 2021"
5
5
license = { workspace = true }
6
6
description = " Configuration utilities"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ default = ["multicore"]
14
14
multicore = [" tokio/rt-multi-thread" , " num_cpus" ]
15
15
16
16
[dependencies ]
17
- agp-config = { path = " ../config" , version = " 0.1.2 " }
17
+ agp-config = { path = " ../config" , version = " 0.1.3 " }
18
18
agp-service = { path = " ../service" , version = " 0.1.4" }
19
19
agp-signal = { path = " ../signal" , version = " 0.1.0" }
20
20
agp-tracing = { path = " ../tracing" , version = " 0.1.2" }
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ edition = "2021"
6
6
license = { workspace = true }
7
7
8
8
[dependencies ]
9
- agp-config = { path = " ../config" , version = " 0.1.2 " }
9
+ agp-config = { path = " ../config" , version = " 0.1.3 " }
10
10
serde = { version = " 1.0" , features = [" derive" ] }
11
11
12
12
[dev-dependencies ]
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ version = "0.1.4"
6
6
description = " Main service and public API to interact with AGP data plane."
7
7
8
8
[dependencies ]
9
- agp-config = { path = " ../config" , version = " 0.1.2 " }
9
+ agp-config = { path = " ../config" , version = " 0.1.3 " }
10
10
agp-datapath = { path = " ../datapath" , version = " 0.2.0" }
11
11
drain = { version = " 0.1" , features = [" retain" ] }
12
12
serde = " 1.0.217"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ name = "_agp_bindings"
10
10
crate-type = [" cdylib" , " rlib" ]
11
11
12
12
[dependencies ]
13
- agp-config = { path = " ../gateway/config" , version = " 0.1.2 " }
13
+ agp-config = { path = " ../gateway/config" , version = " 0.1.3 " }
14
14
agp-datapath = { path = " ../gateway/datapath" , version = " 0.2.0" }
15
15
agp-service = { path = " ../gateway/service" , version = " 0.1.4" }
16
16
agp-tracing = { path = " ../gateway/tracing" , version = " 0.1.2" }
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ name = "publisher"
17
17
path = " src/bin/publisher.rs"
18
18
19
19
[dependencies ]
20
- agp-config = { path = " ../gateway/config" , version = " 0.1.2 " }
20
+ agp-config = { path = " ../gateway/config" , version = " 0.1.3 " }
21
21
agp-datapath = { path = " ../gateway/datapath" , version = " 0.2.0" }
22
22
agp-gw = { path = " ../gateway/gateway" , version = " 0.3.4" }
23
23
clap = { version = " 4.5" , features = [" derive" ] }
You can’t perform that action at this time.
0 commit comments