Skip to content

Commit 9274576

Browse files
committed
Changelog and version bump
1 parent 7864eb2 commit 9274576

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

plutus-ledger-api/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,17 @@ Changelog](https://keepachangelog.com/en/1.1.0).
1212

1313
### Removed
1414

15+
## v2.0.0
16+
17+
### Added
18+
19+
- Added cardano-serialization-lib conversion traits (`ToCSL` and `FromCSL`)
20+
21+
### Changed
22+
23+
- Fixed `serde` serialization of Plutus `Value`s
24+
- Updated cardano-serialization-lib to Conway compatible 12.1.0
25+
1526
## v1.0.0
1627

1728
### Added

plutus-ledger-api/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plutus-ledger-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "plutus-ledger-api"
3-
version = "1.0.0"
3+
version = "2.0.0-beta.1"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "Plutus Ledger types and utilities implemented in Rust"

plutus-ledger-api/build.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
rustFlake =
55
inputs.flake-lang.lib.${system}.rustFlake {
66
src = ./.;
7-
version = "0";
7+
version = "2";
88
crateName = "plutus-ledger-api";
99
devShellHook = config.settings.shell.hook;
1010
cargoNextestExtraArgs = "--all-features";

0 commit comments

Comments
 (0)