diff --git a/cardano-constitution/cardano-constitution.cabal b/cardano-constitution/cardano-constitution.cabal index db1dc254753..bf328fa0834 100644 --- a/cardano-constitution/cardano-constitution.cabal +++ b/cardano-constitution/cardano-constitution.cabal @@ -82,10 +82,10 @@ library , base >=4.9 && <5 , containers , filepath - , plutus-core ^>=1.37 - , plutus-ledger-api ^>=1.37 - , plutus-tx ^>=1.37 - , plutus-tx-plugin ^>=1.37 + , plutus-core ^>=1.38 + , plutus-ledger-api ^>=1.38 + , plutus-tx ^>=1.38 + , plutus-tx-plugin ^>=1.38 , regex-tdfa , safe , template-haskell @@ -124,10 +124,10 @@ test-suite cardano-constitution-test , containers , directory , filepath - , plutus-core ^>=1.37 + , plutus-core ^>=1.38 , plutus-core:plutus-core-testlib - , plutus-ledger-api ^>=1.37 - , plutus-tx ^>=1.37 + , plutus-ledger-api ^>=1.38 + , plutus-tx ^>=1.38 , QuickCheck , serialise , tasty @@ -152,4 +152,4 @@ executable create-json-envelope , base , cardano-api , cardano-constitution - , plutus-ledger-api ^>=1.37 + , plutus-ledger-api ^>=1.38 diff --git a/doc/docusaurus/docusaurus-examples.cabal b/doc/docusaurus/docusaurus-examples.cabal index 4dcd3ac423a..24807aeb377 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.37 - , plutus-ledger-api ^>=1.37 - , plutus-tx ^>=1.37 + , plutus-core ^>=1.38 + , plutus-ledger-api ^>=1.38 + , plutus-tx ^>=1.38 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.37 - , plutus-tx ^>=1.37 + , plutus-ledger-api ^>=1.38 + , plutus-tx ^>=1.38 diff --git a/plutus-benchmark/plutus-benchmark.cabal b/plutus-benchmark/plutus-benchmark.cabal index 950796a28a9..a7a10eebca1 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.37 - , plutus-ledger-api ^>=1.37 + , plutus-core ^>=1.38 + , plutus-ledger-api ^>=1.38 , 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.37 - , plutus-tx ^>=1.37 - , plutus-tx-plugin ^>=1.37 + , plutus-core ^>=1.38 + , plutus-tx ^>=1.38 + , plutus-tx-plugin ^>=1.38 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.37 - , plutus-tx ^>=1.37 + , plutus-core ^>=1.38 + , plutus-tx ^>=1.38 , prettyprinter , transformers @@ -177,9 +177,9 @@ test-suite plutus-benchmark-nofib-tests , base >=4.9 && <5 , nofib-internal , plutus-benchmark-common - , plutus-core ^>=1.37 + , plutus-core ^>=1.38 , plutus-core:plutus-core-testlib - , plutus-tx ^>=1.37 + , plutus-tx ^>=1.38 , plutus-tx:plutus-tx-testlib , tasty , tasty-hunit @@ -206,9 +206,9 @@ library lists-internal , base >=4.9 && <5 , mtl , plutus-benchmark-common - , plutus-core ^>=1.37 - , plutus-tx ^>=1.37 - , plutus-tx-plugin ^>=1.37 + , plutus-core ^>=1.38 + , plutus-tx ^>=1.38 + , plutus-tx-plugin ^>=1.38 executable list-sort-exe import: lang, ghc-version-support, os-support @@ -219,7 +219,7 @@ executable list-sort-exe , lists-internal , monoidal-containers , plutus-benchmark-common - , plutus-core ^>=1.37 + , plutus-core ^>=1.38 benchmark lists import: lang, ghc-version-support, os-support @@ -231,7 +231,7 @@ benchmark lists , criterion >=1.5.9.0 , lists-internal , plutus-benchmark-common - , plutus-ledger-api ^>=1.37 + , plutus-ledger-api ^>=1.38 test-suite plutus-benchmark-lists-tests import: lang, ghc-version-support, os-support @@ -248,8 +248,8 @@ test-suite plutus-benchmark-lists-tests , base >=4.9 && <5 , lists-internal , plutus-benchmark-common - , plutus-core:plutus-core-testlib ^>=1.37 - , plutus-tx:plutus-tx-testlib ^>=1.37 + , plutus-core:plutus-core-testlib ^>=1.38 + , plutus-tx:plutus-tx-testlib ^>=1.38 , tasty , tasty-quickcheck @@ -270,8 +270,8 @@ benchmark validation , flat ^>=0.6 , optparse-applicative , plutus-benchmark-common - , plutus-core ^>=1.37 - , plutus-ledger-api ^>=1.37 + , plutus-core ^>=1.38 + , plutus-ledger-api ^>=1.38 ---------------- validation-decode ---------------- @@ -291,8 +291,8 @@ benchmark validation-decode , flat ^>=0.6 , optparse-applicative , plutus-benchmark-common - , plutus-core ^>=1.37 - , plutus-ledger-api ^>=1.37 + , plutus-core ^>=1.38 + , plutus-ledger-api ^>=1.38 ---------------- validation-full ---------------- @@ -312,8 +312,8 @@ benchmark validation-full , flat ^>=0.6 , optparse-applicative , plutus-benchmark-common - , plutus-core ^>=1.37 - , plutus-ledger-api ^>=1.37 + , plutus-core ^>=1.38 + , plutus-ledger-api ^>=1.38 ---------------- Cek cost model calibration ---------------- @@ -329,10 +329,10 @@ benchmark cek-calibration , lens , mtl , plutus-benchmark-common - , plutus-core ^>=1.37 - , plutus-ledger-api ^>=1.37 - , plutus-tx ^>=1.37 - , plutus-tx-plugin ^>=1.37 + , plutus-core ^>=1.38 + , plutus-ledger-api ^>=1.38 + , plutus-tx ^>=1.38 + , plutus-tx-plugin ^>=1.38 ---------------- Signature verification throughput ---------------- @@ -348,9 +348,9 @@ executable ed25519-costs , cardano-crypto-class , hedgehog , plutus-benchmark-common - , plutus-core ^>=1.37 - , plutus-tx ^>=1.37 - , plutus-tx-plugin ^>=1.37 + , plutus-core ^>=1.38 + , plutus-tx ^>=1.38 + , plutus-tx-plugin ^>=1.38 -- Calculate the predicted costs of sequences of ed25519 signature verification -- operations and compare them with a golden file. @@ -367,10 +367,10 @@ test-suite ed25519-costs-test , cardano-crypto-class , hedgehog , plutus-benchmark-common - , plutus-core ^>=1.37 + , plutus-core ^>=1.38 , plutus-core:plutus-core-testlib - , plutus-tx ^>=1.37 - , plutus-tx-plugin ^>=1.37 + , plutus-tx ^>=1.38 + , plutus-tx-plugin ^>=1.38 ---------------- BLS12-381 experiments ---------------- @@ -388,10 +388,10 @@ library bls12-381lib-internal , bytestring , hedgehog , plutus-benchmark-common - , plutus-core ^>=1.37 - , plutus-ledger-api ^>=1.37 - , plutus-tx ^>=1.37 - , plutus-tx-plugin ^>=1.37 + , plutus-core ^>=1.38 + , plutus-ledger-api ^>=1.38 + , plutus-tx ^>=1.38 + , plutus-tx-plugin ^>=1.38 -- Print out predicted costs of various scripts involving BLS12-381 operations executable bls12-381-costs @@ -415,7 +415,7 @@ test-suite bls12-381-costs-test , base >=4.9 && <5 , bls12-381lib-internal , plutus-benchmark-common - , plutus-core:plutus-core-testlib ^>=1.37 + , plutus-core:plutus-core-testlib ^>=1.38 -- Run benchmarks for various scripts involving BLS12-381 operations benchmark bls12-381-benchmarks @@ -429,8 +429,8 @@ benchmark bls12-381-benchmarks , bytestring , criterion >=1.5.9.0 , plutus-benchmark-common - , plutus-ledger-api ^>=1.37 - , plutus-tx ^>=1.37 + , plutus-ledger-api ^>=1.38 + , plutus-tx ^>=1.38 ---------------- script contexts ---------------- @@ -443,9 +443,9 @@ library script-contexts-internal build-depends: , base >=4.9 && <5 - , plutus-ledger-api ^>=1.37 - , plutus-tx ^>=1.37 - , plutus-tx-plugin ^>=1.37 + , plutus-ledger-api ^>=1.38 + , plutus-tx ^>=1.38 + , plutus-tx-plugin ^>=1.38 test-suite plutus-benchmark-script-contexts-tests import: lang, ghc-version-support, os-support @@ -457,9 +457,9 @@ test-suite plutus-benchmark-script-contexts-tests build-depends: , base >=4.9 && <5 , plutus-benchmark-common - , plutus-core ^>=1.37 + , plutus-core ^>=1.38 , plutus-core:plutus-core-testlib - , plutus-tx:plutus-tx-testlib ^>=1.37 + , plutus-tx:plutus-tx-testlib ^>=1.38 , script-contexts-internal , tasty , tasty-hunit @@ -488,11 +488,11 @@ library marlowe-internal , mtl , newtype-generics , plutus-benchmark-common - , plutus-core ^>=1.37 + , plutus-core ^>=1.38 , plutus-core:plutus-core-execlib - , plutus-ledger-api ^>=1.37 - , plutus-tx ^>=1.37 - , plutus-tx-plugin ^>=1.37 + , plutus-ledger-api ^>=1.38 + , plutus-tx ^>=1.38 + , plutus-tx-plugin ^>=1.38 , serialise executable marlowe-validators @@ -512,8 +512,8 @@ executable marlowe-validators , cardano-binary , marlowe-internal , plutus-benchmark-common - , plutus-ledger-api ^>=1.37 - , plutus-tx ^>=1.37 + , plutus-ledger-api ^>=1.38 + , plutus-tx ^>=1.38 , serialise benchmark marlowe @@ -527,8 +527,8 @@ benchmark marlowe , criterion , marlowe-internal , plutus-benchmark-common - , plutus-ledger-api ^>=1.37 - , plutus-tx ^>=1.37 + , plutus-ledger-api ^>=1.38 + , plutus-tx ^>=1.38 test-suite plutus-benchmark-marlowe-tests import: lang, ghc-version-support, os-support @@ -540,10 +540,10 @@ test-suite plutus-benchmark-marlowe-tests build-depends: , base >=4.9 && <5 , marlowe-internal - , plutus-core ^>=1.37 + , plutus-core ^>=1.38 , plutus-core:plutus-core-testlib - , plutus-ledger-api ^>=1.37 - , plutus-tx ^>=1.37 + , plutus-ledger-api ^>=1.38 + , plutus-tx ^>=1.38 , plutus-tx:plutus-tx-testlib , tasty @@ -558,7 +558,7 @@ library agda-internal build-depends: , base >=4.9 && <5 , criterion - , plutus-core ^>=1.37 + , plutus-core ^>=1.38 , plutus-metatheory benchmark validation-agda-cek @@ -578,7 +578,7 @@ benchmark validation-agda-cek , flat ^>=0.6 , optparse-applicative , plutus-benchmark-common - , plutus-core ^>=1.37 + , plutus-core ^>=1.38 benchmark nofib-agda-cek import: lang, ghc-version-support, os-support @@ -605,8 +605,8 @@ benchmark marlowe-agda-cek , criterion , marlowe-internal , plutus-benchmark-common - , plutus-ledger-api ^>=1.37 - , plutus-tx ^>=1.37 + , plutus-ledger-api ^>=1.38 + , plutus-tx ^>=1.38 -------------------- bitwise----------------------- @@ -622,8 +622,8 @@ library bitwise-internal build-depends: , base - , plutus-tx ^>=1.37 - , plutus-tx-plugin ^>=1.37 + , plutus-tx ^>=1.38 + , plutus-tx-plugin ^>=1.38 test-suite bitwise-test import: lang, ghc-version-support, os-support @@ -635,8 +635,8 @@ test-suite bitwise-test , bitwise-internal , cryptohash-sha512 , ed25519 - , plutus-core:plutus-core-testlib ^>=1.37 - , plutus-tx ^>=1.37 + , plutus-core:plutus-core-testlib ^>=1.38 + , plutus-tx ^>=1.38 , plutus-tx:plutus-tx-testlib , tasty , tasty-hunit @@ -651,4 +651,4 @@ benchmark bitwise-bench , bitwise-internal , criterion , plutus-benchmark-common - , plutus-tx ^>=1.37 + , plutus-tx ^>=1.38 diff --git a/plutus-conformance/plutus-conformance.cabal b/plutus-conformance/plutus-conformance.cabal index 5e6a8167e98..0cc4d71ced9 100644 --- a/plutus-conformance/plutus-conformance.cabal +++ b/plutus-conformance/plutus-conformance.cabal @@ -52,7 +52,7 @@ library , base , directory , filepath - , plutus-core ^>=1.37 + , plutus-core ^>=1.38 , plutus-core:plutus-core-testlib , tasty , tasty-expected-failure @@ -76,7 +76,7 @@ test-suite haskell-conformance build-depends: , base >=4.9 && <5 , plutus-conformance - , plutus-core ^>=1.37 + , plutus-core ^>=1.38 test-suite haskell-steppable-conformance import: lang, os-support @@ -89,7 +89,7 @@ test-suite haskell-steppable-conformance , base >=4.9 && <5 , lens , plutus-conformance - , plutus-core ^>=1.37 + , plutus-core ^>=1.38 test-suite agda-conformance import: lang, os-support @@ -102,6 +102,6 @@ test-suite agda-conformance , aeson , base >=4.9 && <5 , plutus-conformance - , plutus-core ^>=1.37 + , plutus-core ^>=1.38 , plutus-metatheory , transformers diff --git a/plutus-core/CHANGELOG.md b/plutus-core/CHANGELOG.md index 8826fe0d7c3..0337fd859bb 100644 --- a/plutus-core/CHANGELOG.md +++ b/plutus-core/CHANGELOG.md @@ -1,4 +1,13 @@ + +# 1.38.0.0 — 2024-12-09 + +## Changed + +- In #6702 made variable lookup faster increasing overall performance of the evaluator by 1%. + +- In #6705 made the local `spend` function faster increasing overall performance of the evaluator by 1.8%. + # 1.37.0.0 — 2024-11-25 diff --git a/plutus-core/changelog.d/20241126_020822_effectfully_define_1_indexing_via_0_indexing.md b/plutus-core/changelog.d/20241126_020822_effectfully_define_1_indexing_via_0_indexing.md deleted file mode 100644 index 24ee444ce0a..00000000000 --- a/plutus-core/changelog.d/20241126_020822_effectfully_define_1_indexing_via_0_indexing.md +++ /dev/null @@ -1,3 +0,0 @@ -### Changed - -- In #6702 made variable lookup faster increasing overall performance of the evaluator by 1%. diff --git a/plutus-core/changelog.d/20241126_024818_effectfully_strictify_spend.md b/plutus-core/changelog.d/20241126_024818_effectfully_strictify_spend.md deleted file mode 100644 index 96fdce533c6..00000000000 --- a/plutus-core/changelog.d/20241126_024818_effectfully_strictify_spend.md +++ /dev/null @@ -1,3 +0,0 @@ -### Changed - -- In #6705 made the local `spend` function faster increasing overall performance of the evaluator by 1.8%. diff --git a/plutus-core/plutus-core.cabal b/plutus-core/plutus-core.cabal index 26c00a6f2a7..6c84e1a0d88 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.37.0.0 +version: 1.38.0.0 license: Apache-2.0 license-files: LICENSE @@ -387,7 +387,7 @@ test-suite plutus-core-test , hex-text , mmorph , mtl - , plutus-core ^>=1.37 + , plutus-core ^>=1.38 , plutus-core:plutus-core-testlib , prettyprinter , serialise @@ -452,7 +452,7 @@ test-suite untyped-plutus-core-test , hedgehog , lens , mtl - , plutus-core ^>=1.37 + , plutus-core ^>=1.38 , plutus-core:plutus-core-testlib , pretty-show , prettyprinter @@ -558,7 +558,7 @@ library plutus-ir , mtl , multiset , parser-combinators >=0.4.0 - , plutus-core ^>=1.37 + , plutus-core ^>=1.38 , prettyprinter >=1.1.0.1 , profunctors , semigroupoids @@ -627,7 +627,7 @@ test-suite plutus-ir-test , hedgehog , lens , mtl - , plutus-core ^>=1.37 + , plutus-core ^>=1.38 , plutus-core:plutus-core-testlib , plutus-core:plutus-ir , QuickCheck @@ -692,7 +692,7 @@ executable plutus , microlens-th ^>=0.4 , mono-traversable , mtl - , plutus-core ^>=1.37 + , plutus-core ^>=1.38 , plutus-core:plutus-ir , prettyprinter , primitive @@ -733,7 +733,7 @@ library plutus-core-execlib , monoidal-containers , mtl , optparse-applicative - , plutus-core ^>=1.37 + , plutus-core ^>=1.38 , plutus-core:plutus-core-testlib , plutus-core:plutus-ir , prettyprinter @@ -800,7 +800,7 @@ library plutus-core-testlib , mmorph , mtl , multiset - , plutus-core ^>=1.37 + , plutus-core ^>=1.38 , plutus-core:plutus-ir , prettyprinter >=1.1.0.1 , prettyprinter-configurable @@ -835,7 +835,7 @@ library plutus-ir-cert exposed-modules: PlutusIR.Certifier build-depends: , base - , plutus-core ^>=1.37 + , plutus-core ^>=1.38 , plutus-core:plutus-ir ---------------------------------------------- @@ -914,7 +914,7 @@ executable cost-model-budgeting-bench , hedgehog , mtl , optparse-applicative - , plutus-core ^>=1.37 + , plutus-core ^>=1.38 , QuickCheck , quickcheck-instances , random @@ -952,7 +952,7 @@ executable generate-cost-model , directory , inline-r >=1.0.1 , optparse-applicative - , plutus-core ^>=1.37 + , plutus-core ^>=1.38 , text -- , exceptions @@ -996,7 +996,7 @@ benchmark cost-model-test , hedgehog , inline-r >=1.0.1 , mmorph - , plutus-core ^>=1.37 + , plutus-core ^>=1.38 , template-haskell , text @@ -1013,7 +1013,7 @@ executable print-cost-model , aeson , base >=4.9 && <5 , bytestring - , plutus-core ^>=1.37 + , plutus-core ^>=1.38 ---------------------------------------------- -- satint diff --git a/plutus-executables/plutus-executables.cabal b/plutus-executables/plutus-executables.cabal index b5444619a2b..77de79f15a7 100644 --- a/plutus-executables/plutus-executables.cabal +++ b/plutus-executables/plutus-executables.cabal @@ -64,7 +64,7 @@ library lib build-depends: , base >=4.9 && <5 , bytestring - , plutus-core ^>=1.37 + , plutus-core ^>=1.38 , plutus-metatheory , text @@ -80,7 +80,7 @@ executable pir , lens , megaparsec , optparse-applicative - , plutus-core ^>=1.37 + , plutus-core ^>=1.38 , plutus-core:plutus-core-execlib , plutus-core:plutus-ir , text @@ -95,7 +95,7 @@ executable plc , bytestring , flat ^>=0.6 , optparse-applicative - , plutus-core ^>=1.37 + , plutus-core ^>=1.38 , plutus-core:plutus-core-execlib executable uplc @@ -113,7 +113,7 @@ executable uplc , haskeline , mtl , optparse-applicative - , plutus-core ^>=1.37 + , plutus-core ^>=1.38 , plutus-core:plutus-core-execlib , plutus-executables:lib , plutus-metatheory @@ -147,7 +147,7 @@ test-suite test-detailed , base , directory , extra - , plutus-core ^>=1.37 + , plutus-core ^>=1.38 , plutus-metatheory , process , tasty diff --git a/plutus-ledger-api/plutus-ledger-api.cabal b/plutus-ledger-api/plutus-ledger-api.cabal index 5f1875425a9..a6271509f7c 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.37.0.0 +version: 1.38.0.0 license: Apache-2.0 license-files: LICENSE @@ -110,8 +110,8 @@ library , lens , mtl , nothunks - , plutus-core ^>=1.37 - , plutus-tx ^>=1.37 + , plutus-core ^>=1.38 + , plutus-tx ^>=1.38 , prettyprinter , serialise , tagged @@ -143,10 +143,10 @@ library plutus-ledger-api-testlib , base64-bytestring , bytestring , containers - , plutus-core ^>=1.37 + , plutus-core ^>=1.38 , plutus-core:plutus-core-testlib - , plutus-ledger-api ^>=1.37 - , plutus-tx ^>=1.37 + , plutus-ledger-api ^>=1.38 + , plutus-tx ^>=1.38 , prettyprinter , QuickCheck , serialise @@ -183,11 +183,11 @@ test-suite plutus-ledger-api-test , lens , mtl , nothunks - , plutus-core ^>=1.37 + , plutus-core ^>=1.38 , plutus-core:plutus-core-testlib - , plutus-ledger-api ^>=1.37 + , plutus-ledger-api ^>=1.38 , plutus-ledger-api:plutus-ledger-api-testlib - , plutus-tx ^>=1.37 + , plutus-tx ^>=1.38 , plutus-tx:plutus-tx-testlib , prettyprinter , serialise @@ -227,12 +227,12 @@ test-suite plutus-ledger-api-plugin-test , containers , lens , mtl - , plutus-core ^>=1.37 + , plutus-core ^>=1.38 , plutus-core:plutus-core-testlib - , plutus-ledger-api ^>=1.37 + , plutus-ledger-api ^>=1.38 , plutus-ledger-api:plutus-ledger-api-testlib - , plutus-tx ^>=1.37 - , plutus-tx-plugin ^>=1.37 + , plutus-tx ^>=1.38 + , plutus-tx-plugin ^>=1.38 , plutus-tx-test-util , plutus-tx:plutus-tx-testlib , prettyprinter @@ -255,8 +255,8 @@ executable test-onchain-evaluation , extra , filepath , mtl - , plutus-core ^>=1.37 - , plutus-ledger-api ^>=1.37 + , plutus-core ^>=1.38 + , plutus-ledger-api ^>=1.38 , plutus-ledger-api:plutus-ledger-api-testlib , serialise , tasty @@ -276,10 +276,10 @@ executable analyse-script-events , filepath , lens , mtl - , plutus-core ^>=1.37 - , plutus-ledger-api ^>=1.37 + , plutus-core ^>=1.38 + , plutus-ledger-api ^>=1.38 , plutus-ledger-api:plutus-ledger-api-testlib - , plutus-tx ^>=1.37 + , plutus-tx ^>=1.38 , primitive , serialise diff --git a/plutus-metatheory/plutus-metatheory.cabal b/plutus-metatheory/plutus-metatheory.cabal index 1af463de30c..2c7467b1f8c 100644 --- a/plutus-metatheory/plutus-metatheory.cabal +++ b/plutus-metatheory/plutus-metatheory.cabal @@ -67,7 +67,7 @@ library , megaparsec , memory , optparse-applicative - , plutus-core ^>=1.37 + , plutus-core ^>=1.38 , plutus-core:plutus-core-execlib , process , text @@ -652,7 +652,7 @@ test-suite test-NEAT , base , lazy-search , mtl - , plutus-core ^>=1.37 + , plutus-core ^>=1.38 , plutus-core:plutus-core-testlib , plutus-metatheory , size-based diff --git a/plutus-tx-plugin/CHANGELOG.md b/plutus-tx-plugin/CHANGELOG.md index faae5a1f746..ffd4c8e5ed7 100644 --- a/plutus-tx-plugin/CHANGELOG.md +++ b/plutus-tx-plugin/CHANGELOG.md @@ -1,4 +1,18 @@ + +# 1.38.0.0 — 2024-12-09 + +## Removed + +- `instance IsString TokenName` as it wasn't compilable by the plutus-tx-plugin anyway. +- `instance IsString CurrencySymbol` as it wasn't compilable by the plutus-tx-plugin anyway. + +## Added + +- `instance IsString BuiltinByteStringUtf8` allows using string literals to construct UTF8-encoded `BuiltinByteString` values. + +- `instance IsString BuiltinByteStringHex` allows using string literals to construct Base16-encoded (aka HEX) `BuiltinByteString` values. + # 1.37.0.0 — 2024-11-25 diff --git a/plutus-tx-plugin/changelog.d/20241121_161607_Yuriy.Lazaryev_IsString_instances.md b/plutus-tx-plugin/changelog.d/20241121_161607_Yuriy.Lazaryev_IsString_instances.md deleted file mode 100644 index ecb5bd314f9..00000000000 --- a/plutus-tx-plugin/changelog.d/20241121_161607_Yuriy.Lazaryev_IsString_instances.md +++ /dev/null @@ -1,10 +0,0 @@ -### Added - -- `instance IsString BuiltinByteStringUtf8` allows using string literals to construct UTF8-encoded `BuiltinByteString` values. - -- `instance IsString BuiltinByteStringHex` allows using string literals to construct Base16-encoded (aka HEX) `BuiltinByteString` values. - -### Removed - -- `instance IsString TokenName` as it wasn't compilable by the plutus-tx-plugin anyway. -- `instance IsString CurrencySymbol` as it wasn't compilable by the plutus-tx-plugin anyway. diff --git a/plutus-tx-plugin/plutus-tx-plugin.cabal b/plutus-tx-plugin/plutus-tx-plugin.cabal index 01596b9afc3..f872c951304 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.37.0.0 +version: 1.38.0.0 license: Apache-2.0 license-files: LICENSE @@ -84,9 +84,9 @@ library , ghc , lens , mtl - , plutus-core ^>=1.37 + , plutus-core ^>=1.38 , plutus-core:plutus-ir - , plutus-tx ^>=1.37 + , plutus-tx ^>=1.38 , prettyprinter , template-haskell , text @@ -102,7 +102,7 @@ executable gen-plugin-opts-doc , containers , lens , optparse-applicative - , plutus-tx-plugin ^>=1.37 + , plutus-tx-plugin ^>=1.38 , prettyprinter , PyF >=0.11.1.0 , text @@ -176,10 +176,10 @@ test-suite plutus-tx-plugin-tests , hedgehog , lens , mtl - , plutus-core ^>=1.37 + , plutus-core ^>=1.38 , plutus-core:plutus-core-testlib - , plutus-tx ^>=1.37 - , plutus-tx-plugin ^>=1.37 + , plutus-tx ^>=1.38 + , plutus-tx-plugin ^>=1.38 , plutus-tx-test-util , plutus-tx:plutus-tx-testlib , serialise @@ -210,10 +210,10 @@ test-suite size hs-source-dirs: test/size build-depends: , base >=4.9 && <5.0 - , plutus-core ^>=1.37 + , plutus-core ^>=1.38 , plutus-core:plutus-core-testlib - , plutus-tx ^>=1.37 - , plutus-tx-plugin ^>=1.37 + , plutus-tx ^>=1.38 + , plutus-tx-plugin ^>=1.38 , plutus-tx:plutus-tx-testlib , 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 aedbe2272f2..5568e7dc643 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.37 - , plutus-tx ^>=1.37 + , plutus-core ^>=1.38 + , plutus-tx ^>=1.38 , text hs-source-dirs: testlib diff --git a/plutus-tx/plutus-tx.cabal b/plutus-tx/plutus-tx.cabal index 2337d8112e0..1eff5af1935 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.37.0.0 +version: 1.38.0.0 license: Apache-2.0 license-files: LICENSE @@ -133,7 +133,7 @@ library , lens , memory , mtl - , plutus-core ^>=1.37 + , plutus-core ^>=1.38 , plutus-core:plutus-ir , prettyprinter , serialise @@ -167,10 +167,10 @@ library plutus-tx-testlib , hedgehog , lens , mtl - , plutus-core ^>=1.37 + , plutus-core ^>=1.38 , plutus-core:plutus-core-testlib , plutus-core:plutus-ir - , plutus-tx ^>=1.37 + , plutus-tx ^>=1.38 , prettyprinter , tagged , tasty @@ -217,9 +217,9 @@ test-suite plutus-tx-test , hedgehog-fn , lens , mtl - , plutus-core ^>=1.37 + , plutus-core ^>=1.38 , plutus-core:plutus-core-testlib - , plutus-tx ^>=1.37 + , plutus-tx ^>=1.38 , pretty-show , serialise , tasty