Skip to content

Commit

Permalink
Merge pull request #35 from trilitech/[email protected]
Browse files Browse the repository at this point in the history
release: 0.4.4
  • Loading branch information
emturner authored Mar 16, 2023
2 parents 4e78f87 + ea93598 commit 9ae1450
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

- Nothing.

## [0.4.4] - 2023-03-16

### Fixed

- `tezos_data_encoding_derive` was outputting code that referenced the old `tezos_encoding` crate. It now references `tezos_data_encoding`.

## [0.4.3] - 2023-03-14

## [0.4.2] - 2023-03-14
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crypto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tezos_crypto_rs"
version = "0.4.3"
version = "0.4.4"
authors = ["TriliTech <[email protected]>"]
edition = "2021"
rust-version = "1.60"
Expand Down
2 changes: 1 addition & 1 deletion tezos-encoding-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tezos_data_encoding_derive"
version = "0.4.3"
version = "0.4.4"
authors = ["TriliTech <[email protected]>"]
edition = "2021"
rust-version = "1.60"
Expand Down
6 changes: 3 additions & 3 deletions tezos-encoding/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tezos_data_encoding"
version = "0.4.3"
version = "0.4.4"
authors = ["TriliTech <[email protected]>"]
edition = "2021"
rust-version = "1.60"
Expand All @@ -22,12 +22,12 @@ lazy_static = "1.4"

[dependencies.tezos_crypto_rs]
path = "../crypto"
version = "0.4.3"
version = "0.4.4"
default-features = false

[dependencies.tezos_data_encoding_derive]
path = "../tezos-encoding-derive"
version = "0.4.3"
version = "0.4.4"

[features]

Expand Down

0 comments on commit 9ae1450

Please sign in to comment.