From 45e58f7fa9898d22a6224805aa41e26ea152e849 Mon Sep 17 00:00:00 2001 From: Steffen Jost Date: Fri, 20 Jan 2023 13:09:26 +0100 Subject: [PATCH] chore(release): 27.0.15 --- CHANGELOG.md | 7 +++++++ nix/docker/demo-version.json | 2 +- nix/docker/version.json | 2 +- package-lock.json | 2 +- package.json | 2 +- package.yaml | 6 +++--- 6 files changed, 14 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa0545f7f..f34b06bf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [27.0.15](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v27.0.14...v27.0.15) (2023-01-20) + + +### Bug Fixes + +* **build:** reactivate optimisations and llvm backend ([172181f](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/172181f1c6d7673de5422374ba5738c3eb4f7983)) + ## [27.0.14](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v27.0.13...v27.0.14) (2023-01-20) ## [27.0.13](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v27.0.12...v27.0.13) (2023-01-19) diff --git a/nix/docker/demo-version.json b/nix/docker/demo-version.json index c9b4868a1..2a30bab4b 100644 --- a/nix/docker/demo-version.json +++ b/nix/docker/demo-version.json @@ -1,3 +1,3 @@ { - "version": "27.0.14" + "version": "27.0.15" } diff --git a/nix/docker/version.json b/nix/docker/version.json index c9b4868a1..2a30bab4b 100644 --- a/nix/docker/version.json +++ b/nix/docker/version.json @@ -1,3 +1,3 @@ { - "version": "27.0.14" + "version": "27.0.15" } diff --git a/package-lock.json b/package-lock.json index a386dbfbd..8a7b42b91 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "27.0.14", + "version": "27.0.15", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4afaf3f63..59c8ecee4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "27.0.14", + "version": "27.0.15", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index 23ffefda0..94eacf487 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 27.0.14 +version: 27.0.15 dependencies: - base - yesod @@ -255,12 +255,12 @@ ghc-options: - -fno-warn-partial-type-signatures - -fno-max-relevant-binds - -j - - -freduction-depth=0 + - -freduction-depth=0 when: - condition: flag(pedantic) ghc-options: - -Werror - - -fwarn-tabs + - -fwarn-tabs - condition: flag(dev) then: ghc-options: