Skip to content

Commit

Permalink
Changelog and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
szg251 committed Oct 4, 2024
1 parent 7864eb2 commit 9274576
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions plutus-ledger-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@ Changelog](https://keepachangelog.com/en/1.1.0).

### Removed

## v2.0.0

### Added

- Added cardano-serialization-lib conversion traits (`ToCSL` and `FromCSL`)

### Changed

- Fixed `serde` serialization of Plutus `Value`s
- Updated cardano-serialization-lib to Conway compatible 12.1.0

## v1.0.0

### Added
Expand Down
2 changes: 1 addition & 1 deletion plutus-ledger-api/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 plutus-ledger-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "plutus-ledger-api"
version = "1.0.0"
version = "2.0.0-beta.1"
edition = "2021"
license = "Apache-2.0"
description = "Plutus Ledger types and utilities implemented in Rust"
Expand Down
2 changes: 1 addition & 1 deletion plutus-ledger-api/build.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
rustFlake =
inputs.flake-lang.lib.${system}.rustFlake {
src = ./.;
version = "0";
version = "2";
crateName = "plutus-ledger-api";
devShellHook = config.settings.shell.hook;
cargoNextestExtraArgs = "--all-features";
Expand Down

0 comments on commit 9274576

Please sign in to comment.