Skip to content

Commit

Permalink
Merge branch 'support/v1.0' into hotfix/v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eike-hass committed Feb 19, 2024
2 parents 3059ea6 + c11cd71 commit c9ca404
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog

## [v1.0.0](https://github.com/iotaledger/identity.rs/tree/v1.0.0) (2023-11-02)
## [v1.0.1](https://github.com/iotaledger/identity.rs/tree/v1.0.1) (2024-02-19)

[Full Changelog](https://github.com/iotaledger/identity.rs/compare/v1.0.0...v1.0.1)

### Patch

- Fix compilation error caused by the roaring crate [\#1306](https://github.com/iotaledger/identity.rs/pull/1306)

## [1.0.0](https://github.com/iotaledger/identity.rs/tree/v1.0.0) (2023-11-02)

[Full Changelog](https://github.com/iotaledger/identity.rs/compare/v0.6.0...v1.0.0)

Expand Down
4 changes: 2 additions & 2 deletions identity_iota/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ If you want to include IOTA Identity in your project, simply add it as a depende

```toml
[dependencies]
identity_iota = { version = "1.0.0-rc" }
identity_iota = { version = "1.0.1" }
```

To try out the [examples](https://github.com/iotaledger/identity.rs/blob/HEAD/examples), you can also do this:
Expand All @@ -74,7 +74,7 @@ version = "1.0.0"
edition = "2021"

[dependencies]
identity_iota = { version = "1.0.0-rc" }
identity_iota = { version = "1.0.1" }
iota-sdk = { version = "1.0.2", default-features = true, features = ["tls", "client", "stronghold"] }
tokio = { version = "1", features = ["full"] }
```
Expand Down

0 comments on commit c9ca404

Please sign in to comment.