Skip to content

Commit 5d731e8

Browse files
author
Kenneth MacKenzie
authored
Release 1.34.1.0 (#6485)
1 parent ed37990 commit 5d731e8

File tree

8 files changed

+16
-12
lines changed

8 files changed

+16
-12
lines changed

plutus-core/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11

2+
<a id='changelog-1.34.1.0'></a>
3+
# 1.34.1.0 — 2024-09-14
4+
5+
## Removed
6+
7+
- Removed the `uplc`, `plc` and `pir` executables from this package. They are now in the new `plutus-executables` package.
8+
9+
## Fixed
10+
11+
- A bug in the`findFirstSetBit` builtin has been fixed.
12+
213
<a id='changelog-1.34.0.0'></a>
314
# 1.34.0.0 — 2024-09-09
415

plutus-core/changelog.d/20240904_214017_ana.pantilie95_add_certification_component.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

plutus-core/changelog.d/20240913_101059_kenneth.mackenzie.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

plutus-core/plutus-core.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: plutus-core
3-
version: 1.34.0.0
3+
version: 1.34.1.0
44
license: Apache-2.0
55
license-files:
66
LICENSE

plutus-ledger-api/plutus-ledger-api.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: plutus-ledger-api
3-
version: 1.34.0.0
3+
version: 1.34.1.0
44
license: Apache-2.0
55
license-files:
66
LICENSE

plutus-tx-plugin/plutus-tx-plugin.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: plutus-tx-plugin
3-
version: 1.34.0.0
3+
version: 1.34.1.0
44
license: Apache-2.0
55
license-files:
66
LICENSE

plutus-tx/plutus-tx.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: plutus-tx
3-
version: 1.34.0.0
3+
version: 1.34.1.0
44
license: Apache-2.0
55
license-files:
66
LICENSE

prettyprinter-configurable/prettyprinter-configurable.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: prettyprinter-configurable
3-
version: 1.34.0.0
3+
version: 1.34.1.0
44
synopsis: Configurable pretty-printing
55
homepage:
66
https://github.com/input-output-hk/plutus/tree/master/prettyprinter-configurable/

0 commit comments

Comments
 (0)