diff --git a/cabal.project b/cabal.project
index b2ce9e931d7..3be1cd77aa5 100644
--- a/cabal.project
+++ b/cabal.project
@@ -99,8 +99,8 @@ allow-newer:
--
-- package cardano-constitution
-- flags: +force-build
--- allow-newer: cardano-constitution:plutus-ledger-api
--- allow-newer: cardano-constitution:prettyprinter-configurable
+-- allow-newer: *:plutus-ledger-api
+-- allow-newer: *:prettyprinter-configurable
-- allow-older: *:nothunks
-- -------------------------------------------------------------------------------------------------
diff --git a/cardano-constitution/README.md b/cardano-constitution/README.md
index 30849e9203f..e2061981cc0 100644
--- a/cardano-constitution/README.md
+++ b/cardano-constitution/README.md
@@ -212,8 +212,8 @@ This executable is disabled by default; to enable it, uncomment the related line
--
-- package cardano-constitution
-- flags: +force-build
--- allow-newer: cardano-constitution:plutus-ledger-api
--- allow-newer: cardano-constitution:prettyprinter-configurable
+-- allow-newer: *:plutus-ledger-api
+-- allow-newer: *:prettyprinter-configurable
-- allow-older: *:nothunks
```
diff --git a/cardano-constitution/cardano-constitution.cabal b/cardano-constitution/cardano-constitution.cabal
index 650af60c1a0..238864f539c 100644
--- a/cardano-constitution/cardano-constitution.cabal
+++ b/cardano-constitution/cardano-constitution.cabal
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: cardano-constitution
-version: 1.32.0.0
+version: 1.34.0.0
license: Apache-2.0
license-files:
LICENSE
@@ -82,10 +82,10 @@ library
, base >=4.9 && <5
, containers
, filepath
- , plutus-core ^>=1.33
- , plutus-ledger-api ^>=1.33
- , plutus-tx ^>=1.33
- , plutus-tx-plugin ^>=1.33
+ , plutus-core ^>=1.34
+ , plutus-ledger-api ^>=1.34
+ , plutus-tx ^>=1.34
+ , plutus-tx-plugin ^>=1.34
, regex-tdfa
, safe
, template-haskell
@@ -120,13 +120,13 @@ test-suite cardano-constitution-test
, aeson
, base >=4.9 && <5
, bytestring
- , cardano-constitution ^>=1.32
+ , cardano-constitution
, containers
, directory
, filepath
- , plutus-core:{plutus-core, plutus-core-testlib} ^>=1.33
- , plutus-ledger-api ^>=1.33
- , plutus-tx ^>=1.33
+ , plutus-core:{plutus-core, plutus-core-testlib} ^>=1.34
+ , plutus-ledger-api ^>=1.34
+ , plutus-tx ^>=1.34
, QuickCheck
, serialise
, tasty
@@ -137,17 +137,18 @@ test-suite cardano-constitution-test
, tasty-quickcheck
executable create-json-envelope
+ import: lang, ghc-version-support, os-support
+
-- This is a temporary workaround to solve the plutus-ledger-api dependency conflict
-- caused by the `cardano-api` dependency.
- -- To force-buil it, uncomment the relevant lines in `cabal.project`
+ -- To force-build it, uncomment the relevant lines in `cabal.project`
if !flag(force-build)
buildable: False
- import: lang, ghc-version-support, os-support
hs-source-dirs: app/create-json-envelope
main-is: Main.hs
build-depends:
, base
, cardano-api
, cardano-constitution
- , plutus-ledger-api ^>=1.33
+ , plutus-ledger-api ^>=1.34
diff --git a/doc/docusaurus/docusaurus-examples.cabal b/doc/docusaurus/docusaurus-examples.cabal
index b171bdef7e3..18d40922ed3 100644
--- a/doc/docusaurus/docusaurus-examples.cabal
+++ b/doc/docusaurus/docusaurus-examples.cabal
@@ -39,9 +39,9 @@ library docusaurus-code
build-depends:
, base >=4.9 && <5
- , plutus-core ^>=1.33
- , plutus-ledger-api ^>=1.33
- , plutus-tx ^>=1.33
+ , plutus-core ^>=1.34
+ , plutus-ledger-api ^>=1.34
+ , plutus-tx ^>=1.34
if !(impl(ghcjs) || os(ghcjs))
build-depends: plutus-tx-plugin
@@ -55,5 +55,5 @@ executable example-cip57
build-depends:
, base ^>=4.18
, containers
- , plutus-ledger-api ^>=1.33
- , plutus-tx ^>=1.33
+ , plutus-ledger-api ^>=1.34
+ , plutus-tx ^>=1.34
diff --git a/plutus-benchmark/plutus-benchmark.cabal b/plutus-benchmark/plutus-benchmark.cabal
index 7ab23266d08..c08214fbcf7 100644
--- a/plutus-benchmark/plutus-benchmark.cabal
+++ b/plutus-benchmark/plutus-benchmark.cabal
@@ -94,8 +94,8 @@ library plutus-benchmark-common
, directory
, filepath
, flat ^>=0.6
- , plutus-core ^>=1.33
- , plutus-ledger-api ^>=1.33
+ , plutus-core ^>=1.34
+ , plutus-ledger-api ^>=1.34
, plutus-tx-test-util
, tasty
, tasty-golden
@@ -122,9 +122,9 @@ library nofib-internal
, base >=4.9 && <5
, deepseq
, plutus-benchmark-common
- , plutus-core ^>=1.33
- , plutus-tx ^>=1.33
- , plutus-tx-plugin ^>=1.33
+ , plutus-core ^>=1.34
+ , plutus-tx ^>=1.34
+ , plutus-tx-plugin ^>=1.34
executable nofib-exe
import: lang, ghc-version-support, os-support
@@ -138,8 +138,8 @@ executable nofib-exe
, nofib-internal
, optparse-applicative
, plutus-benchmark-common
- , plutus-core ^>=1.33
- , plutus-tx ^>=1.33
+ , plutus-core ^>=1.34
+ , plutus-tx ^>=1.34
, prettyprinter
, transformers
@@ -177,8 +177,8 @@ test-suite plutus-benchmark-nofib-tests
, base >=4.9 && <5
, nofib-internal
, plutus-benchmark-common
- , plutus-core:{plutus-core, plutus-core-testlib} ^>=1.33
- , plutus-tx:{plutus-tx, plutus-tx-testlib} ^>=1.33
+ , plutus-core:{plutus-core, plutus-core-testlib} ^>=1.34
+ , plutus-tx:{plutus-tx, plutus-tx-testlib} ^>=1.34
, tasty
, tasty-hunit
, tasty-quickcheck
@@ -204,9 +204,9 @@ library lists-internal
, base >=4.9 && <5
, mtl
, plutus-benchmark-common
- , plutus-core ^>=1.33
- , plutus-tx ^>=1.33
- , plutus-tx-plugin ^>=1.33
+ , plutus-core ^>=1.34
+ , plutus-tx ^>=1.34
+ , plutus-tx-plugin ^>=1.34
executable list-sort-exe
import: lang, ghc-version-support, os-support
@@ -217,7 +217,7 @@ executable list-sort-exe
, lists-internal
, monoidal-containers
, plutus-benchmark-common
- , plutus-core ^>=1.33
+ , plutus-core ^>=1.34
benchmark lists
import: lang, ghc-version-support, os-support
@@ -229,7 +229,7 @@ benchmark lists
, criterion >=1.5.9.0
, lists-internal
, plutus-benchmark-common
- , plutus-ledger-api ^>=1.33
+ , plutus-ledger-api ^>=1.34
test-suite plutus-benchmark-lists-tests
import: lang, ghc-version-support, os-support
@@ -246,8 +246,8 @@ test-suite plutus-benchmark-lists-tests
, base >=4.9 && <5
, lists-internal
, plutus-benchmark-common
- , plutus-core:plutus-core-testlib ^>=1.33
- , plutus-tx:plutus-tx-testlib ^>=1.33
+ , plutus-core:plutus-core-testlib ^>=1.34
+ , plutus-tx:plutus-tx-testlib ^>=1.34
, tasty
, tasty-quickcheck
@@ -268,8 +268,8 @@ benchmark validation
, flat ^>=0.6
, optparse-applicative
, plutus-benchmark-common
- , plutus-core ^>=1.33
- , plutus-ledger-api ^>=1.33
+ , plutus-core ^>=1.34
+ , plutus-ledger-api ^>=1.34
---------------- validation-decode ----------------
@@ -289,8 +289,8 @@ benchmark validation-decode
, flat ^>=0.6
, optparse-applicative
, plutus-benchmark-common
- , plutus-core ^>=1.33
- , plutus-ledger-api ^>=1.33
+ , plutus-core ^>=1.34
+ , plutus-ledger-api ^>=1.34
---------------- validation-full ----------------
@@ -310,8 +310,8 @@ benchmark validation-full
, flat ^>=0.6
, optparse-applicative
, plutus-benchmark-common
- , plutus-core ^>=1.33
- , plutus-ledger-api ^>=1.33
+ , plutus-core ^>=1.34
+ , plutus-ledger-api ^>=1.34
---------------- Cek cost model calibration ----------------
@@ -327,10 +327,10 @@ benchmark cek-calibration
, lens
, mtl
, plutus-benchmark-common
- , plutus-core ^>=1.33
- , plutus-ledger-api ^>=1.33
- , plutus-tx ^>=1.33
- , plutus-tx-plugin ^>=1.33
+ , plutus-core ^>=1.34
+ , plutus-ledger-api ^>=1.34
+ , plutus-tx ^>=1.34
+ , plutus-tx-plugin ^>=1.34
---------------- Signature verification throughput ----------------
@@ -346,9 +346,9 @@ executable ed25519-costs
, cardano-crypto-class
, hedgehog
, plutus-benchmark-common
- , plutus-core ^>=1.33
- , plutus-tx ^>=1.33
- , plutus-tx-plugin ^>=1.33
+ , plutus-core ^>=1.34
+ , plutus-tx ^>=1.34
+ , plutus-tx-plugin ^>=1.34
-- Calculate the predicted costs of sequences of ed25519 signature verification
-- operations and compare them with a golden file.
@@ -365,9 +365,9 @@ test-suite ed25519-costs-test
, cardano-crypto-class
, hedgehog
, plutus-benchmark-common
- , plutus-core:{plutus-core, plutus-core-testlib} ^>=1.33
- , plutus-tx ^>=1.33
- , plutus-tx-plugin ^>=1.33
+ , plutus-core:{plutus-core, plutus-core-testlib} ^>=1.34
+ , plutus-tx ^>=1.34
+ , plutus-tx-plugin ^>=1.34
---------------- BLS12-381 experiments ----------------
@@ -385,10 +385,10 @@ library bls12-381lib-internal
, bytestring
, hedgehog
, plutus-benchmark-common
- , plutus-core ^>=1.33
- , plutus-ledger-api ^>=1.33
- , plutus-tx ^>=1.33
- , plutus-tx-plugin ^>=1.33
+ , plutus-core ^>=1.34
+ , plutus-ledger-api ^>=1.34
+ , plutus-tx ^>=1.34
+ , plutus-tx-plugin ^>=1.34
-- Print out predicted costs of various scripts involving BLS12-381 operations
executable bls12-381-costs
@@ -412,7 +412,7 @@ test-suite bls12-381-costs-test
, base >=4.9 && <5
, bls12-381lib-internal
, plutus-benchmark-common
- , plutus-core:plutus-core-testlib ^>=1.33
+ , plutus-core:plutus-core-testlib ^>=1.34
-- Run benchmarks for various scripts involving BLS12-381 operations
benchmark bls12-381-benchmarks
@@ -426,8 +426,8 @@ benchmark bls12-381-benchmarks
, bytestring
, criterion >=1.5.9.0
, plutus-benchmark-common
- , plutus-ledger-api ^>=1.33
- , plutus-tx ^>=1.33
+ , plutus-ledger-api ^>=1.34
+ , plutus-tx ^>=1.34
---------------- script contexts ----------------
@@ -440,9 +440,9 @@ library script-contexts-internal
build-depends:
, base >=4.9 && <5
- , plutus-ledger-api ^>=1.33
- , plutus-tx ^>=1.33
- , plutus-tx-plugin ^>=1.33
+ , plutus-ledger-api ^>=1.34
+ , plutus-tx ^>=1.34
+ , plutus-tx-plugin ^>=1.34
test-suite plutus-benchmark-script-contexts-tests
import: lang, ghc-version-support, os-support
@@ -454,8 +454,8 @@ test-suite plutus-benchmark-script-contexts-tests
build-depends:
, base >=4.9 && <5
, plutus-benchmark-common
- , plutus-core:{plutus-core, plutus-core-testlib} ^>=1.33
- , plutus-tx:plutus-tx-testlib ^>=1.33
+ , plutus-core:{plutus-core, plutus-core-testlib} ^>=1.34
+ , plutus-tx:plutus-tx-testlib ^>=1.34
, script-contexts-internal
, tasty
, tasty-hunit
@@ -484,10 +484,10 @@ library marlowe-internal
, mtl
, newtype-generics
, plutus-benchmark-common
- , plutus-core:{plutus-core, plutus-core-execlib} ^>=1.33
- , plutus-ledger-api ^>=1.33
- , plutus-tx ^>=1.33
- , plutus-tx-plugin ^>=1.33
+ , plutus-core:{plutus-core, plutus-core-execlib} ^>=1.34
+ , plutus-ledger-api ^>=1.34
+ , plutus-tx ^>=1.34
+ , plutus-tx-plugin ^>=1.34
, serialise
executable marlowe-validators
@@ -507,8 +507,8 @@ executable marlowe-validators
, cardano-binary
, marlowe-internal
, plutus-benchmark-common
- , plutus-ledger-api ^>=1.33
- , plutus-tx ^>=1.33
+ , plutus-ledger-api ^>=1.34
+ , plutus-tx ^>=1.34
, serialise
benchmark marlowe
@@ -522,8 +522,8 @@ benchmark marlowe
, criterion
, marlowe-internal
, plutus-benchmark-common
- , plutus-ledger-api ^>=1.33
- , plutus-tx ^>=1.33
+ , plutus-ledger-api ^>=1.34
+ , plutus-tx ^>=1.34
test-suite plutus-benchmark-marlowe-tests
import: lang, ghc-version-support, os-support
@@ -535,9 +535,9 @@ test-suite plutus-benchmark-marlowe-tests
build-depends:
, base >=4.9 && <5
, marlowe-internal
- , plutus-core:{plutus-core, plutus-core-testlib} ^>=1.33
- , plutus-ledger-api ^>=1.33
- , plutus-tx:{plutus-tx, plutus-tx-testlib} ^>=1.33
+ , plutus-core:{plutus-core, plutus-core-testlib} ^>=1.34
+ , plutus-ledger-api ^>=1.34
+ , plutus-tx:{plutus-tx, plutus-tx-testlib} ^>=1.34
, tasty
---------------- agda evaluators ----------------
@@ -551,7 +551,7 @@ library agda-internal
build-depends:
, base >=4.9 && <5
, criterion
- , plutus-core ^>=1.33
+ , plutus-core ^>=1.34
, plutus-metatheory
benchmark validation-agda-cek
@@ -571,7 +571,7 @@ benchmark validation-agda-cek
, flat ^>=0.6
, optparse-applicative
, plutus-benchmark-common
- , plutus-core ^>=1.33
+ , plutus-core ^>=1.34
benchmark nofib-agda-cek
import: lang, ghc-version-support, os-support
@@ -598,8 +598,8 @@ benchmark marlowe-agda-cek
, criterion
, marlowe-internal
, plutus-benchmark-common
- , plutus-ledger-api ^>=1.33
- , plutus-tx ^>=1.33
+ , plutus-ledger-api ^>=1.34
+ , plutus-tx ^>=1.34
-------------------- bitwise-----------------------
@@ -615,8 +615,8 @@ library bitwise-internal
build-depends:
, base
- , plutus-tx ^>=1.33
- , plutus-tx-plugin ^>=1.33
+ , plutus-tx ^>=1.34
+ , plutus-tx-plugin ^>=1.34
test-suite bitwise-test
import: lang, ghc-version-support, os-support
@@ -628,8 +628,8 @@ test-suite bitwise-test
, bitwise-internal
, cryptohash-sha512
, ed25519
- , plutus-core:plutus-core-testlib ^>=1.33
- , plutus-tx:{plutus-tx, plutus-tx-testlib} ^>=1.33
+ , plutus-core:plutus-core-testlib ^>=1.34
+ , plutus-tx:{plutus-tx, plutus-tx-testlib} ^>=1.34
, tasty
, tasty-hunit
@@ -643,4 +643,4 @@ benchmark bitwise-bench
, bitwise-internal
, criterion
, plutus-benchmark-common
- , plutus-tx ^>=1.33
+ , plutus-tx ^>=1.34
diff --git a/plutus-conformance/plutus-conformance.cabal b/plutus-conformance/plutus-conformance.cabal
index 4c5e9c93241..f1d1cac2144 100644
--- a/plutus-conformance/plutus-conformance.cabal
+++ b/plutus-conformance/plutus-conformance.cabal
@@ -52,7 +52,7 @@ library
, base
, directory
, filepath
- , plutus-core:{plutus-core, plutus-core-testlib} ^>=1.33
+ , plutus-core:{plutus-core, plutus-core-testlib} ^>=1.34
, tasty
, tasty-expected-failure
, tasty-golden
@@ -75,7 +75,7 @@ test-suite haskell-conformance
build-depends:
, base >=4.9 && <5
, plutus-conformance
- , plutus-core ^>=1.33
+ , plutus-core ^>=1.34
test-suite haskell-steppable-conformance
import: lang, os-support
@@ -88,7 +88,7 @@ test-suite haskell-steppable-conformance
, base >=4.9 && <5
, lens
, plutus-conformance
- , plutus-core ^>=1.33
+ , plutus-core ^>=1.34
test-suite agda-conformance
import: lang, os-support
@@ -101,6 +101,6 @@ test-suite agda-conformance
, aeson
, base >=4.9 && <5
, plutus-conformance
- , plutus-core ^>=1.33
+ , plutus-core ^>=1.34
, plutus-metatheory
, transformers
diff --git a/plutus-core/CHANGELOG.md b/plutus-core/CHANGELOG.md
index 6f41b19338e..d5aeefa0445 100644
--- a/plutus-core/CHANGELOG.md
+++ b/plutus-core/CHANGELOG.md
@@ -1,4 +1,11 @@
+
+# 1.34.0.0 — 2024-09-09
+
+## Changed
+
+- Swapped around the type arguments of `EvaluationError` and `EvaluationException`.
+
# 1.33.0.0 — 2024-08-22
diff --git a/plutus-core/changelog.d/20240903_180833_effectfully_swap_structural_and_operational_errors.md b/plutus-core/changelog.d/20240903_180833_effectfully_swap_structural_and_operational_errors.md
deleted file mode 100644
index d55323dbc60..00000000000
--- a/plutus-core/changelog.d/20240903_180833_effectfully_swap_structural_and_operational_errors.md
+++ /dev/null
@@ -1,3 +0,0 @@
-### Changed
-
-- Swapped around the type arguments of `EvaluationError` and `EvaluationException`.
diff --git a/plutus-core/plutus-core.cabal b/plutus-core/plutus-core.cabal
index 72be52b53ce..7405635be6d 100644
--- a/plutus-core/plutus-core.cabal
+++ b/plutus-core/plutus-core.cabal
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: plutus-core
-version: 1.33.1.0
+version: 1.34.0.0
license: Apache-2.0
license-files:
LICENSE
@@ -322,7 +322,7 @@ library
, nothunks ^>=0.2
, parser-combinators >=0.4.0
, prettyprinter >=1.1.0.1
- , prettyprinter-configurable ^>=1.33
+ , prettyprinter-configurable ^>=1.34
, primitive
, profunctors
, recursion-schemes
@@ -385,7 +385,7 @@ test-suite plutus-core-test
, hex-text
, mmorph
, mtl
- , plutus-core:{plutus-core, plutus-core-testlib} ^>=1.33
+ , plutus-core:{plutus-core, plutus-core-testlib} ^>=1.34
, prettyprinter
, serialise
, tasty
@@ -449,7 +449,7 @@ test-suite untyped-plutus-core-test
, hedgehog
, lens
, mtl
- , plutus-core:{plutus-core, plutus-core-testlib} ^>=1.33
+ , plutus-core:{plutus-core, plutus-core-testlib} ^>=1.34
, pretty-show
, prettyprinter
, QuickCheck
@@ -472,7 +472,7 @@ executable plc
, bytestring
, flat ^>=0.6
, optparse-applicative
- , plutus-core:{plutus-core, plutus-core-execlib} ^>=1.33
+ , plutus-core:{plutus-core, plutus-core-execlib} ^>=1.34
executable uplc
import: lang
@@ -487,7 +487,7 @@ executable uplc
, haskeline
, mtl
, optparse-applicative
- , plutus-core:{plutus-core, plutus-core-execlib} ^>=1.33
+ , plutus-core:{plutus-core, plutus-core-execlib} ^>=1.34
, prettyprinter
, split
, text
@@ -583,7 +583,7 @@ library plutus-ir
, mtl
, multiset
, parser-combinators >=0.4.0
- , plutus-core ^>=1.33
+ , plutus-core ^>=1.34
, prettyprinter >=1.1.0.1
, profunctors
, semigroupoids
@@ -652,7 +652,7 @@ test-suite plutus-ir-test
, hedgehog
, lens
, mtl
- , plutus-core:{plutus-core, plutus-core-testlib, plutus-ir} ^>=1.33
+ , plutus-core:{plutus-core, plutus-core-testlib, plutus-ir} ^>=1.34
, QuickCheck
, serialise
, tasty
@@ -675,7 +675,7 @@ executable pir
, lens
, megaparsec
, optparse-applicative
- , plutus-core:{plutus-core, plutus-core-execlib, plutus-ir} ^>=1.33
+ , plutus-core:{plutus-core, plutus-core-execlib, plutus-ir} ^>=1.34
, text
, transformers
@@ -731,7 +731,7 @@ executable plutus
, microlens-th ^>=0.4
, mono-traversable
, mtl
- , plutus-core:{plutus-core, plutus-ir} ^>=1.33
+ , plutus-core:{plutus-core, plutus-ir} ^>=1.34
, prettyprinter
, primitive
, serialise
@@ -771,7 +771,7 @@ library plutus-core-execlib
, monoidal-containers
, mtl
, optparse-applicative
- , plutus-core:{plutus-core, plutus-core-testlib, plutus-ir} ^>=1.33
+ , plutus-core:{plutus-core, plutus-core-testlib, plutus-ir} ^>=1.34
, prettyprinter
, text
@@ -836,9 +836,9 @@ library plutus-core-testlib
, mmorph
, mtl
, multiset
- , plutus-core:{plutus-core, plutus-ir} ^>=1.33
+ , plutus-core:{plutus-core, plutus-ir} ^>=1.34
, prettyprinter >=1.1.0.1
- , prettyprinter-configurable ^>=1.33
+ , prettyprinter-configurable ^>=1.34
, QuickCheck
, quickcheck-instances
, quickcheck-transformer
@@ -870,7 +870,7 @@ library plutus-ir-cert
exposed-modules: PlutusIR.Certifier
build-depends:
, base
- , plutus-core:{plutus-core, plutus-ir} ^>=1.33
+ , plutus-core:{plutus-core, plutus-ir} ^>=1.34
----------------------------------------------
-- profiling
@@ -948,7 +948,7 @@ executable cost-model-budgeting-bench
, hedgehog
, mtl
, optparse-applicative
- , plutus-core ^>=1.33
+ , plutus-core ^>=1.34
, QuickCheck
, quickcheck-instances
, random
@@ -986,7 +986,7 @@ executable generate-cost-model
, directory
, inline-r >=1.0.1
, optparse-applicative
- , plutus-core ^>=1.33
+ , plutus-core ^>=1.34
, text
-- , exceptions
@@ -1030,7 +1030,7 @@ benchmark cost-model-test
, hedgehog
, inline-r >=1.0.1
, mmorph
- , plutus-core ^>=1.33
+ , plutus-core ^>=1.34
, template-haskell
, text
@@ -1047,7 +1047,7 @@ executable print-cost-model
, aeson
, base >=4.9 && <5
, bytestring
- , plutus-core ^>=1.33
+ , plutus-core ^>=1.34
----------------------------------------------
-- satint
diff --git a/plutus-ledger-api/CHANGELOG.md b/plutus-ledger-api/CHANGELOG.md
index d8a29fa7da1..6585f0b5f04 100644
--- a/plutus-ledger-api/CHANGELOG.md
+++ b/plutus-ledger-api/CHANGELOG.md
@@ -1,4 +1,11 @@
+
+# 1.34.0.0 — 2024-09-09
+
+## Added
+
+- `HasBlueprintDefinition` and `HasSchemaDefinition` instances for data types.
+
# 1.33.0.0 — 2024-08-22
diff --git a/plutus-ledger-api/changelog.d/20240708_134138_Yuriy.Lazaryev_has_schema_instances.md b/plutus-ledger-api/changelog.d/20240708_134138_Yuriy.Lazaryev_has_schema_instances.md
deleted file mode 100644
index ad7bcec0b4b..00000000000
--- a/plutus-ledger-api/changelog.d/20240708_134138_Yuriy.Lazaryev_has_schema_instances.md
+++ /dev/null
@@ -1,3 +0,0 @@
-### Added
-
-- `HasBlueprintDefinition` and `HasSchemaDefinition` instances for data types.
diff --git a/plutus-ledger-api/plutus-ledger-api.cabal b/plutus-ledger-api/plutus-ledger-api.cabal
index 7988194ffd4..dd466e9c753 100644
--- a/plutus-ledger-api/plutus-ledger-api.cabal
+++ b/plutus-ledger-api/plutus-ledger-api.cabal
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: plutus-ledger-api
-version: 1.33.1.0
+version: 1.34.0.0
license: Apache-2.0
license-files:
LICENSE
@@ -109,8 +109,8 @@ library
, lens
, mtl
, nothunks
- , plutus-core ^>=1.33
- , plutus-tx ^>=1.33
+ , plutus-core ^>=1.34
+ , plutus-tx ^>=1.34
, prettyprinter
, serialise
, tagged
@@ -141,9 +141,9 @@ library plutus-ledger-api-testlib
, base64-bytestring
, bytestring
, containers
- , plutus-core:{plutus-core, plutus-core-testlib} ^>=1.33
- , plutus-ledger-api ^>=1.33
- , plutus-tx ^>=1.33
+ , plutus-core:{plutus-core, plutus-core-testlib} ^>=1.34
+ , plutus-ledger-api ^>=1.34
+ , plutus-tx ^>=1.34
, prettyprinter
, QuickCheck
, serialise
@@ -180,9 +180,9 @@ test-suite plutus-ledger-api-test
, lens
, mtl
, nothunks
- , plutus-core:{plutus-core, plutus-core-testlib} ^>=1.33
- , plutus-ledger-api:{plutus-ledger-api, plutus-ledger-api-testlib} ^>=1.33
- , plutus-tx:{plutus-tx, plutus-tx-testlib} ^>=1.33
+ , plutus-core:{plutus-core, plutus-core-testlib} ^>=1.34
+ , plutus-ledger-api:{plutus-ledger-api, plutus-ledger-api-testlib} ^>=1.34
+ , plutus-tx:{plutus-tx, plutus-tx-testlib} ^>=1.34
, prettyprinter
, serialise
, tasty
@@ -219,10 +219,10 @@ test-suite plutus-ledger-api-plugin-test
, containers
, lens
, mtl
- , plutus-core:{plutus-core, plutus-core-testlib} ^>=1.33
- , plutus-ledger-api:{plutus-ledger-api, plutus-ledger-api-testlib} ^>=1.33
- , plutus-tx-plugin ^>=1.33
- , plutus-tx:{plutus-tx, plutus-tx-testlib} ^>=1.33
+ , plutus-core:{plutus-core, plutus-core-testlib} ^>=1.34
+ , plutus-ledger-api:{plutus-ledger-api, plutus-ledger-api-testlib} ^>=1.34
+ , plutus-tx-plugin ^>=1.34
+ , plutus-tx:{plutus-tx, plutus-tx-testlib} ^>=1.34
, prettyprinter
, tasty
, tasty-hunit
@@ -241,8 +241,8 @@ executable test-onchain-evaluation
, extra
, filepath
, mtl
- , plutus-core ^>=1.33
- , plutus-ledger-api:{plutus-ledger-api, plutus-ledger-api-testlib} ^>=1.33
+ , plutus-core ^>=1.34
+ , plutus-ledger-api:{plutus-ledger-api, plutus-ledger-api-testlib} ^>=1.34
, serialise
, tasty
, tasty-hunit
@@ -261,9 +261,9 @@ executable analyse-script-events
, filepath
, lens
, mtl
- , plutus-core ^>=1.33
- , plutus-ledger-api:{plutus-ledger-api, plutus-ledger-api-testlib} ^>=1.33
- , plutus-tx ^>=1.33
+ , plutus-core ^>=1.34
+ , plutus-ledger-api:{plutus-ledger-api, plutus-ledger-api-testlib} ^>=1.34
+ , plutus-tx ^>=1.34
, primitive
, serialise
diff --git a/plutus-metatheory/plutus-metatheory.cabal b/plutus-metatheory/plutus-metatheory.cabal
index 543c666319f..c5b2f419a1a 100644
--- a/plutus-metatheory/plutus-metatheory.cabal
+++ b/plutus-metatheory/plutus-metatheory.cabal
@@ -67,7 +67,7 @@ library
, megaparsec
, memory
, optparse-applicative
- , plutus-core:{plutus-core, plutus-core-execlib} ^>=1.33
+ , plutus-core:{plutus-core, plutus-core-execlib} ^>=1.34
, process
, text
, transformers
@@ -555,8 +555,8 @@ test-suite test-simple
main-is: Spec.hs
hs-source-dirs: test/simple
build-tool-depends:
- , plutus-core:plc ^>=1.33
- , plutus-core:uplc ^>=1.33
+ , plutus-core:plc ^>=1.34
+ , plutus-core:uplc ^>=1.34
build-depends:
, base
@@ -570,8 +570,8 @@ test-suite test-detailed
main-is: Spec.hs
hs-source-dirs: test/detailed
build-tool-depends:
- , plutus-core:plc ^>=1.33
- , plutus-core:uplc ^>=1.33
+ , plutus-core:plc ^>=1.34
+ , plutus-core:uplc ^>=1.34
build-depends:
, base
@@ -579,7 +579,7 @@ test-suite test-detailed
, Cabal
, directory
, extra
- , plutus-core ^>=1.33
+ , plutus-core ^>=1.34
, plutus-metatheory
, process
, tasty
@@ -596,7 +596,7 @@ test-suite test-NEAT
, base
, lazy-search
, mtl
- , plutus-core:{plutus-core, plutus-core-testlib} ^>=1.33
+ , plutus-core:{plutus-core, plutus-core-testlib} ^>=1.34
, plutus-metatheory
, size-based
, Stream
diff --git a/plutus-tx-plugin/CHANGELOG.md b/plutus-tx-plugin/CHANGELOG.md
index cba6aec6b85..48afd40ac0b 100644
--- a/plutus-tx-plugin/CHANGELOG.md
+++ b/plutus-tx-plugin/CHANGELOG.md
@@ -1,4 +1,11 @@
+
+# 1.34.0.0 — 2024-09-09
+
+## Added
+
+- A compiler flag `simplifier-evaluate-builtins` that controls whether to run the simplifier pass that evaluates fully saturated builtins at compile time.
+
# 1.33.0.0 — 2024-08-22
diff --git a/plutus-tx-plugin/changelog.d/20240906_143413_unsafeFixIO_evaluate_builtins.md b/plutus-tx-plugin/changelog.d/20240906_143413_unsafeFixIO_evaluate_builtins.md
deleted file mode 100644
index 687e1a49937..00000000000
--- a/plutus-tx-plugin/changelog.d/20240906_143413_unsafeFixIO_evaluate_builtins.md
+++ /dev/null
@@ -1,4 +0,0 @@
-
-### Added
-
-- A compiler flag `simplifier-evaluate-builtins` that controls whether to run the simplifier pass that evaluates fully saturated builtins at compile time.
diff --git a/plutus-tx-plugin/plutus-tx-plugin.cabal b/plutus-tx-plugin/plutus-tx-plugin.cabal
index 022f141fb9d..6d971b83a4f 100644
--- a/plutus-tx-plugin/plutus-tx-plugin.cabal
+++ b/plutus-tx-plugin/plutus-tx-plugin.cabal
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: plutus-tx-plugin
-version: 1.33.1.0
+version: 1.34.0.0
license: Apache-2.0
license-files:
LICENSE
@@ -87,8 +87,8 @@ library
, flat ^>=0.6
, lens
, mtl
- , plutus-core:{plutus-core, plutus-ir} ^>=1.33
- , plutus-tx ^>=1.33
+ , plutus-core:{plutus-core, plutus-ir} ^>=1.34
+ , plutus-tx ^>=1.34
, prettyprinter
, template-haskell
, text
@@ -112,7 +112,7 @@ executable gen-plugin-opts-doc
, containers
, lens
, optparse-applicative
- , plutus-tx-plugin ^>=1.33
+ , plutus-tx-plugin ^>=1.34
, prettyprinter
, PyF >=0.11.1.0
, text
@@ -187,10 +187,10 @@ test-suite plutus-tx-plugin-tests
, hedgehog
, lens
, mtl
- , plutus-core:{plutus-core, plutus-core-testlib} ^>=1.33
- , plutus-tx-plugin ^>=1.33
+ , plutus-core:{plutus-core, plutus-core-testlib} ^>=1.34
+ , plutus-tx-plugin ^>=1.34
, plutus-tx-test-util
- , plutus-tx:{plutus-tx, plutus-tx-testlib} ^>=1.33
+ , plutus-tx:{plutus-tx, plutus-tx-testlib} ^>=1.34
, serialise
, tasty
, tasty-golden
@@ -219,9 +219,9 @@ test-suite size
hs-source-dirs: test/size
build-depends:
, base >=4.9 && <5.0
- , plutus-core:{plutus-core, plutus-core-testlib} ^>=1.33
- , plutus-tx-plugin ^>=1.33
- , plutus-tx:{plutus-tx, plutus-tx-testlib} ^>=1.33
+ , plutus-core:{plutus-core, plutus-core-testlib} ^>=1.34
+ , plutus-tx-plugin ^>=1.34
+ , plutus-tx:{plutus-tx, plutus-tx-testlib} ^>=1.34
, tagged
, tasty
diff --git a/plutus-tx-test-util/plutus-tx-test-util.cabal b/plutus-tx-test-util/plutus-tx-test-util.cabal
index e0d0a78be30..72afc0d9ed7 100644
--- a/plutus-tx-test-util/plutus-tx-test-util.cabal
+++ b/plutus-tx-test-util/plutus-tx-test-util.cabal
@@ -71,8 +71,8 @@ library
-- other-extensions:
build-depends:
, base >=4.9 && <5
- , plutus-core ^>=1.33
- , plutus-tx ^>=1.33
+ , plutus-core ^>=1.34
+ , plutus-tx ^>=1.34
, text
hs-source-dirs: testlib
diff --git a/plutus-tx/CHANGELOG.md b/plutus-tx/CHANGELOG.md
index ccccf9c0990..faaa9e66c3b 100644
--- a/plutus-tx/CHANGELOG.md
+++ b/plutus-tx/CHANGELOG.md
@@ -1,4 +1,15 @@
+
+# 1.34.0.0 — 2024-09-09
+
+## Changed
+
+- CIP-57 (Blueprints) related changes:
+ - `HasSchema` typeclass renamed to `HasBlueprintSchema`
+ - `AsDefinitionId` typeclass renamed to `HasBlueprintDefinition`
+ - `Unroll` type-family made into an associated type of `HasBlueprintSchema` in order to make it open for extension.
+ - `HasBlueprintSchema` and `HasBlueprintDefinition` instances for data types.
+
# 1.33.0.0 — 2024-08-22
diff --git a/plutus-tx/changelog.d/20240708_134238_Yuriy.Lazaryev_has_schema_instances.md b/plutus-tx/changelog.d/20240708_134238_Yuriy.Lazaryev_has_schema_instances.md
deleted file mode 100644
index 92d87d84444..00000000000
--- a/plutus-tx/changelog.d/20240708_134238_Yuriy.Lazaryev_has_schema_instances.md
+++ /dev/null
@@ -1,7 +0,0 @@
-### Changed
-
-- CIP-57 (Blueprints) related changes:
- - `HasSchema` typeclass renamed to `HasBlueprintSchema`
- - `AsDefinitionId` typeclass renamed to `HasBlueprintDefinition`
- - `Unroll` type-family made into an associated type of `HasBlueprintSchema` in order to make it open for extension.
- - `HasBlueprintSchema` and `HasBlueprintDefinition` instances for data types.
diff --git a/plutus-tx/plutus-tx.cabal b/plutus-tx/plutus-tx.cabal
index 2fd57e46d90..fa4114155f9 100644
--- a/plutus-tx/plutus-tx.cabal
+++ b/plutus-tx/plutus-tx.cabal
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: plutus-tx
-version: 1.33.1.0
+version: 1.34.0.0
license: Apache-2.0
license-files:
LICENSE
@@ -133,7 +133,7 @@ library
, lens
, memory
, mtl
- , plutus-core:{plutus-core, plutus-ir} ^>=1.33
+ , plutus-core:{plutus-core, plutus-ir} ^>=1.34
, prettyprinter
, serialise
, template-haskell >=2.13.0.0
@@ -166,8 +166,8 @@ library plutus-tx-testlib
, hedgehog
, lens
, mtl
- , plutus-core:{plutus-core, plutus-core-testlib, plutus-ir} ^>=1.33
- , plutus-tx ^>=1.33
+ , plutus-core:{plutus-core, plutus-core-testlib, plutus-ir} ^>=1.34
+ , plutus-tx ^>=1.34
, prettyprinter
, tagged
, tasty
@@ -215,8 +215,8 @@ test-suite plutus-tx-test
, hedgehog-fn
, lens
, mtl
- , plutus-core:{plutus-core, plutus-core-testlib} ^>=1.33
- , plutus-tx ^>=1.33
+ , plutus-core:{plutus-core, plutus-core-testlib} ^>=1.34
+ , plutus-tx ^>=1.34
, pretty-show
, serialise
, tasty
diff --git a/prettyprinter-configurable/prettyprinter-configurable.cabal b/prettyprinter-configurable/prettyprinter-configurable.cabal
index 139f9f3c5ba..6811e3fe335 100644
--- a/prettyprinter-configurable/prettyprinter-configurable.cabal
+++ b/prettyprinter-configurable/prettyprinter-configurable.cabal
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: prettyprinter-configurable
-version: 1.33.1.0
+version: 1.34.0.0
synopsis: Configurable pretty-printing
homepage:
https://github.com/input-output-hk/plutus/tree/master/prettyprinter-configurable/
@@ -76,7 +76,7 @@ test-suite prettyprinter-configurable-test
, base >=4.9 && <5
, megaparsec
, parser-combinators
- , prettyprinter-configurable ^>=1.33
+ , prettyprinter-configurable ^>=1.34
, QuickCheck
, quickcheck-text
, tasty