Update version to 0.7.1 and edit changelog

This commit is contained in:
Filip Sodić 2022-12-01 01:24:23 +01:00
parent 45b1336cc4
commit 5efa40f871
7 changed files with 11 additions and 6 deletions

View File

@ -1,5 +1,10 @@
# Changelog
## v0.7.1
### Bug fixes
- Fixed a bug that was causing Wasp to forget about compiling backend code before running it in production
## v0.7.0 - Beta Release!
### BREAKING CHANGES

View File

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

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
app waspNew {
wasp: {
version: "^0.7.0"
version: "^0.7.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.7.0
version: 0.7.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