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 f84e791
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Tezex.MixProject do
use Mix.Project

@version "2.0.0"
@version "3.0.0"
@url_docs "http://hexdocs.pm/tezex"
@url_github "https://github.com/objkt-com/tezex"

Expand Down

0 comments on commit f84e791

Please sign in to comment.