chore(release): 27.0.15
This commit is contained in:
parent
4509a70f99
commit
45e58f7fa9
@ -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)
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
{
|
||||
"version": "27.0.14"
|
||||
"version": "27.0.15"
|
||||
}
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
{
|
||||
"version": "27.0.14"
|
||||
"version": "27.0.15"
|
||||
}
|
||||
|
||||
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "uni2work",
|
||||
"version": "27.0.14",
|
||||
"version": "27.0.15",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "uni2work",
|
||||
"version": "27.0.14",
|
||||
"version": "27.0.15",
|
||||
"description": "",
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
|
||||
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user