Updated cabal, Changelog, and e2e tests to 0.12.1 .

This commit is contained in:
Martin Sosic 2024-02-27 15:47:52 +01:00
parent 088413fdbc
commit 86938b232b
8 changed files with 13 additions and 7 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 0.12.1
### 🐞 Bug fixes
- Reverted Wasp AI to using GPT3.5-Turbo-0613 instead of new GPT3.5-Turbo-0125 since 0125 would often return code that is missing newlines.
## 0.12.0
This is a big update, introducing major changes that span the entirety of Wasp, specifically the new project structure and new Auth.

View File

@ -1,7 +1,7 @@
app waspBuild {
db: { system: PostgreSQL },
wasp: {
version: "^0.12.0"
version: "^0.12.1"
},
title: "waspBuild"
}

View File

@ -1,6 +1,6 @@
app waspCompile {
wasp: {
version: "^0.12.0"
version: "^0.12.1"
},
title: "waspCompile"
}

View File

@ -1,7 +1,7 @@
app waspComplexTest {
db: { system: PostgreSQL },
wasp: {
version: "^0.12.0"
version: "^0.12.1"
},
auth: {
userEntity: User,

View File

@ -1,7 +1,7 @@
app waspJob {
db: { system: PostgreSQL },
wasp: {
version: "^0.12.0"
version: "^0.12.1"
},
title: "waspJob"
}

View File

@ -1,6 +1,6 @@
app waspMigrate {
wasp: {
version: "^0.12.0"
version: "^0.12.1"
},
title: "waspMigrate"
}

View File

@ -1,6 +1,6 @@
app waspNew {
wasp: {
version: "^0.12.0"
version: "^0.12.1"
},
title: "waspNew"
}

View File

@ -6,7 +6,7 @@ cabal-version: 2.4
-- Consider using hpack, or maybe even hpack-dhall.
name: waspc
version: 0.12.0
version: 0.12.1
description: Please see the README on GitHub at <https://github.com/wasp-lang/wasp/waspc#readme>
homepage: https://github.com/wasp-lang/wasp/waspc#readme
bug-reports: https://github.com/wasp-lang/wasp/issues