Skip to content

Commit

Permalink
ci: crate release 17-11-2023
Browse files Browse the repository at this point in the history
  • Loading branch information
ockam-team committed Nov 17, 2023
1 parent 8d84615 commit f3ea553
Show file tree
Hide file tree
Showing 26 changed files with 95 additions and 38 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions implementations/rust/ockam/ockam/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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).

## 0.104.0 - 2023-11-17

### Changed

- Use `Identifier` as a return type in public api
- Updated dependencies

## 0.103.0 - 2023-11-08

### Changed
Expand Down
6 changes: 3 additions & 3 deletions implementations/rust/ockam/ockam/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ockam"
version = "0.103.0"
version = "0.104.0"
authors = ["Ockam Developers"]
categories = [
"cryptography",
Expand Down Expand Up @@ -85,9 +85,9 @@ arrayref = "0.3"
dyn-clone = "1.0"
hex = { version = "0.4", default-features = false }
minicbor = { version = "0.20.0", features = ["alloc", "derive"] }
ockam_abac = { path = "../ockam_abac", version = "^0.37.0", default_features = false, optional = true }
ockam_abac = { path = "../ockam_abac", version = "^0.38.0", default_features = false, optional = true }
ockam_core = { path = "../ockam_core", version = "^0.93.0", default-features = false }
ockam_identity = { path = "../ockam_identity", version = "^0.91.0", default_features = false }
ockam_identity = { path = "../ockam_identity", version = "^0.92.0", default_features = false }
ockam_macros = { path = "../ockam_macros", version = "^0.32.0", default_features = false }
ockam_node = { path = "../ockam_node", version = "^0.98.0", default-features = false }
ockam_transport_tcp = { path = "../ockam_transport_tcp", version = "^0.96.0", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion implementations/rust/ockam/ockam/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Add this to your `Cargo.toml`:

```
[dependencies]
ockam = "0.103.0"
ockam = "0.104.0"
```

## License
Expand Down
6 changes: 6 additions & 0 deletions implementations/rust/ockam/ockam_abac/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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).

## 0.38.0 - 2023-11-17

### Changed

- Updated dependencies

## 0.37.0 - 2023-11-08

### Changed
Expand Down
4 changes: 2 additions & 2 deletions implementations/rust/ockam/ockam_abac/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ockam_abac"
version = "0.37.0"
version = "0.38.0"
authors = ["Ockam Developers"]
categories = ["cryptography", "authorization"]
edition = "2021"
Expand Down Expand Up @@ -38,7 +38,7 @@ lmdb-rkv = { version = "0.14.0", optional = true }
minicbor = { version = "0.20.0", features = ["derive", "alloc"] }
ockam_core = { version = "0.93.0", path = "../ockam_core", default-features = false }
ockam_executor = { version = "0.61.0", path = "../ockam_executor", default-features = false }
ockam_identity = { version = "0.91.0", path = "../ockam_identity", default-features = false }
ockam_identity = { version = "0.92.0", path = "../ockam_identity", default-features = false }
once_cell = { version = "1.18.0", default-features = false, features = ["alloc"] }
# optional:
regex = { version = "1.10.2", default-features = false, optional = true }
Expand Down
2 changes: 1 addition & 1 deletion implementations/rust/ockam/ockam_abac/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Add this to your `Cargo.toml`:

```
[dependencies]
ockam_abac = "0.37.0"
ockam_abac = "0.38.0"
```

## License
Expand Down
7 changes: 7 additions & 0 deletions implementations/rust/ockam/ockam_api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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).

## 0.47.0 - 2023-11-17

### Changed

- Use `Identifier` as a return type in public api
- Updated dependencies

## 0.46.0 - 2023-11-08

### Changed
Expand Down
6 changes: 3 additions & 3 deletions implementations/rust/ockam/ockam_api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ockam_api"
version = "0.46.0"
version = "0.47.0"
authors = ["Ockam Developers"]
edition = "2021"
homepage = "https://github.com/ockam-network/ockam"
Expand Down Expand Up @@ -87,13 +87,13 @@ default-features = false
features = ["std"]

[dependencies.ockam]
version = "^0.103.0"
version = "^0.104.0"
path = "../ockam"
default-features = false
features = ["ockam_transport_tcp", "software_vault_storage"]

[dependencies.ockam_abac]
version = "0.37.0"
version = "0.38.0"
path = "../ockam_abac"
default-features = false

Expand Down
2 changes: 1 addition & 1 deletion implementations/rust/ockam/ockam_api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Add this to your `Cargo.toml`:

```
[dependencies]
ockam_api = "0.46.0"
ockam_api = "0.47.0"
```

## License
Expand Down
4 changes: 2 additions & 2 deletions implementations/rust/ockam/ockam_app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ duct = "0.13.6"
hex = { version = "0.4.3", default-features = false, features = ["alloc", "serde"] }
log = { version = "0.4.20", optional = true }
miette = { version = "5.10.0", features = ["fancy-no-backtrace"] }
ockam = { path = "../ockam", version = "^0.103.0", features = ["software_vault"] }
ockam_api = { path = "../ockam_api", version = "0.46.0", features = ["std"] }
ockam = { path = "../ockam", version = "^0.104.0", features = ["software_vault"] }
ockam_api = { path = "../ockam_api", version = "0.47.0", features = ["std"] }
ockam_core = { path = "../ockam_core", version = "^0.93.0" }
ockam_multiaddr = { path = "../ockam_multiaddr", version = "0.37.0", features = ["cbor", "serde"] }
ockam_transport_tcp = { path = "../ockam_transport_tcp", version = "^0.96.0" }
Expand Down
10 changes: 10 additions & 0 deletions implementations/rust/ockam/ockam_app_lib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ 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).

## 0.8.0 - 2023-11-17

### Added

- Added persistent state for incoming services in the app

### Changed

- Updated dependencies

## 0.7.0 - 2023-11-08

### Changed
Expand Down
6 changes: 3 additions & 3 deletions implementations/rust/ockam/ockam_app_lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ockam_app_lib"
version = "0.7.0"
version = "0.8.0"
authors = ["Ockam Developers"]
categories = [
"cryptography",
Expand Down Expand Up @@ -34,8 +34,8 @@ hex = { version = "0.4.3", default-features = false, features = ["alloc", "serde
libc = "0.2"
miette = { version = "5.10.0", features = ["fancy-no-backtrace"] }
minicbor = { version = "0.20.0", features = ["alloc", "derive"] }
ockam = { path = "../ockam", version = "^0.103.0", features = ["software_vault"] }
ockam_api = { path = "../ockam_api", version = "0.46.0", features = ["std"] }
ockam = { path = "../ockam", version = "^0.104.0", features = ["software_vault"] }
ockam_api = { path = "../ockam_api", version = "0.47.0", features = ["std"] }
ockam_core = { path = "../ockam_core", version = "^0.93.0" }
ockam_multiaddr = { path = "../ockam_multiaddr", version = "0.37.0", features = ["cbor", "serde"] }
ockam_transport_tcp = { path = "../ockam_transport_tcp", version = "^0.96.0" }
Expand Down
2 changes: 1 addition & 1 deletion implementations/rust/ockam/ockam_app_lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Add this to your `Cargo.toml`:

```
[dependencies]
ockam_app_lib = "0.7.0"
ockam_app_lib = "0.8.0"
```

## License
Expand Down
7 changes: 7 additions & 0 deletions implementations/rust/ockam/ockam_command/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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).

## 0.104.0 - 2023-11-17

### Changed

- Use `Identifier` as a return type in public api
- Updated dependencies

## 0.103.0 - 2023-11-08

### Added
Expand Down
8 changes: 4 additions & 4 deletions implementations/rust/ockam/ockam_command/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ockam_command"
version = "0.103.0"
version = "0.104.0"
authors = ["Ockam Developers"]
categories = [
"cryptography",
Expand Down Expand Up @@ -77,9 +77,9 @@ itertools = "0.11"
miette = { version = "5.10.0", features = ["fancy-no-backtrace"] }
minicbor = { version = "0.20.0", features = ["derive", "alloc", "half"] }
nix = "0.27"
ockam = { path = "../ockam", version = "^0.103.0", features = ["software_vault"] }
ockam_abac = { path = "../ockam_abac", version = "0.37.0", features = ["std"] }
ockam_api = { path = "../ockam_api", version = "0.46.0", features = ["std"] }
ockam = { path = "../ockam", version = "^0.104.0", features = ["software_vault"] }
ockam_abac = { path = "../ockam_abac", version = "0.38.0", features = ["std"] }
ockam_api = { path = "../ockam_api", version = "0.47.0", features = ["std"] }
ockam_core = { path = "../ockam_core", version = "^0.93.0" }
ockam_multiaddr = { path = "../ockam_multiaddr", version = "0.37.0", features = ["std"] }
ockam_node = { path = "../ockam_node", version = "^0.98.0" }
Expand Down
2 changes: 1 addition & 1 deletion implementations/rust/ockam/ockam_command/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Add this to your `Cargo.toml`:

```
[dependencies]
ockam_command = "0.103.0"
ockam_command = "0.104.0"
```
## License
Expand Down
7 changes: 7 additions & 0 deletions implementations/rust/ockam/ockam_identity/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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).

## 0.92.0 - 2023-11-17

### Changed

- Use `Identifier` as a return type in public api
- Updated dependencies

## 0.91.0 - 2023-11-08

### Changed
Expand Down
2 changes: 1 addition & 1 deletion implementations/rust/ockam/ockam_identity/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ockam_identity"
version = "0.91.0"
version = "0.92.0"
authors = ["Ockam Developers"]
categories = ["cryptography", "authentication"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion implementations/rust/ockam/ockam_identity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Add this to your `Cargo.toml`:

```
[dependencies]
ockam_identity = "0.91.0"
ockam_identity = "0.92.0"
```

## License
Expand Down
7 changes: 7 additions & 0 deletions implementations/rust/ockam/ockam_transport_ble/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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).

## 0.59.0 - 2023-11-17

### Changed

- Use `Identifier` as a return type in public api
- Updated dependencies

## 0.58.0 - 2023-11-08

### Changed
Expand Down
4 changes: 2 additions & 2 deletions implementations/rust/ockam/ockam_transport_ble/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ockam_transport_ble"
version = "0.58.0"
version = "0.59.0"
authors = ["Ockam Developers"]
autoexamples = false
categories = ["cryptography", "asynchronous", "authentication", "embedded", "network-programming"]
Expand Down Expand Up @@ -124,7 +124,7 @@ cortex-m = "0.7.7"
riscv = "0.10.0"

[dev-dependencies]
ockam_identity = { path = "../ockam_identity", version = "^0.91.0" }
ockam_identity = { path = "../ockam_identity", version = "^0.92.0" }
ockam_vault = { path = "../ockam_vault", version = "^0.91.0" }

[[example]]
Expand Down
2 changes: 1 addition & 1 deletion implementations/rust/ockam/ockam_transport_ble/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Add this to your `Cargo.toml`:

```
[dependencies]
ockam_transport_ble = "0.58.0"
ockam_transport_ble = "0.59.0"
```

## License
Expand Down
6 changes: 6 additions & 0 deletions implementations/rust/ockam/ockam_transport_udp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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).

## 0.38.0 - 2023-11-17

### Changed

- Updated dependencies

## 0.37.0 - 2023-11-08

### Changed
Expand Down
Loading

0 comments on commit f3ea553

Please sign in to comment.