Skip to content

Commit

Permalink
feat: release v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Awea committed Oct 14, 2024
1 parent 6b4e891 commit 1bc7759
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog for Tezex

## v3.0.0

- [BREAKING]: `Tezex.Fee.calculate_fee/2` now returns a tuple
- [BREAKING]: `Tezex.Rpc.forge_and_sign_operation/2` now returns a tuple
- Refactor `Tezex.Fee`, `Tezex.ForgeOperation` and `Tezex.Rpc` to return tuples instead of crashing on assertions

## v2.0.0

- [BREAKING]: `Tezex.Micheline` now only takes care of `PACK`ing and `UNPACK`ing, forging and unforging is now in `Tezex.Forge`
Expand Down

0 comments on commit 1bc7759

Please sign in to comment.