Skip to content

Commit

Permalink
Bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed Jun 17, 2023
1 parent b191f5c commit 0050c61
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
26 changes: 23 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,39 @@
# Changelog

## next - unreleased
## v1.2.0 - 2023-06-17

### Added

- [`transaction/value.MintedValue`](https://aiken-lang.github.io/stdlib/aiken/transaction/value.html#MintedValue)
- [`transaction/value.MintedValue`](https://aiken-lang.github.io/stdlib/aiken/transaction/value.html#MintedValue)
- [`transaction/value.from_minted_value`](https://aiken-lang.github.io/stdlib/aiken/transaction/value.html#from_minted_value): Convert from `MintedValue` to `Value`
- [`transaction/value.to_minted_value`](https://aiken-lang.github.io/stdlib/aiken/transaction/value.html#to_minted_value): Convert from `Value` to `MintedValue`
- [`transaction/bytearray.to_hex`](https://aiken-lang.github.io/stdlib/aiken/bytearray.html#to_hex): Convert a `ByteArray` to a hex encoded `String`
- [`math/rational`](https://aiken-lang.github.io/stdlib/aiken/math/rational.html): Working with rational numbers.
- [x] `abs`
- [x] `add`
- [x] `ceil`
- [x] `compare`
- [x] `compare_with`
- [x] `div`
- [x] `floor`
- [x] `from_int`
- [x] `mul`
- [x] `negate`
- [x] `new`
- [x] `proper_fraction`
- [x] `reciprocal`
- [x] `reduce`
- [x] `round`
- [x] `round_even`
- [x] `sub`
- [x] `truncate`
- [x] `zero`

### Removed

- module `MintedValue` was merged with `Value`

## v1.1.0 - 2023-06-06
## v1.1.0 - 2023-06-06

### Added

Expand Down
2 changes: 1 addition & 1 deletion aiken.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "aiken-lang/stdlib"
version = "1.1.0"
version = "1.2.0"
licences = ["Apache-2.0"]
description = "The Aiken Standard Library"

Expand Down

0 comments on commit 0050c61

Please sign in to comment.