From c548d4fe28cc2d3645938f8514d189f85edf78f4 Mon Sep 17 00:00:00 2001 From: Las Safin Date: Tue, 18 Jan 2022 12:06:22 +0000 Subject: [PATCH] 1.1.0 --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ plutarch.cabal | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 744ea36ae..cbdd690ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,34 @@ # Revision history for plutarch +# 1.1.0 + +- Bunch of new functions. +- `PIntegral`. +- Tracing utilities. +- Documentation. +- Lists. +- `PLift` and `PContant`. +- Rationals. +- Many new optimisations. +- `TermCont`. +- `s :: S`. +- Nix stuff. +- GHC 9.2.1. +- `do`-notation (!). +- Benchmarks. +- `letrec` and records. +- More complete `Plutarch.Api.V1`. + +Thanks to: +- @TotallyNotChase +- @emiflake +- @t1lde +- @kozross +- @Geometer1729 +- @srid +- @blamario +- @sergesku + # 1.0.0 Somewhat stable release diff --git a/plutarch.cabal b/plutarch.cabal index 821adc6bd..db273b634 100644 --- a/plutarch.cabal +++ b/plutarch.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: plutarch -version: 1.0.0 +version: 1.1.0 author: Las Safin license: MIT extra-source-files: README.md