Skip to content

Commit

Permalink
Prepare release 0.16.1 (#2494)
Browse files Browse the repository at this point in the history
  • Loading branch information
sodic authored Feb 10, 2025
1 parent 2d07b27 commit 0aa177b
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 11 deletions.
18 changes: 14 additions & 4 deletions waspc/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Changelog

## 0.16.0
## 0.16.1

### 🎉 New Features and improvements

- TypeScript error messages now match the user's directory structure ([#2486](https://github.com/wasp-lang/wasp/pull/2486)).
- Wasp's WSL guide now includes up to date Docker post-installation steps ([#2452](https://github.com/wasp-lang/wasp/pull/2452)).

### Bug fixes

- Session ID is no longer removed when the user logs out from a different tab ([#2075](https://github.com/wasp-lang/wasp/issues/2075)).
- Using operations on the server no longer breaks relative extensionless imports ([#2492](https://github.com/wasp-lang/wasp/issues/2492)).

## 1.16.0

### 🎉 New Features and improvements

Expand Down Expand Up @@ -62,9 +74,7 @@ Check the updated deployment docs here: https://wasp-lang.dev/docs/deployment/in
"skipLibCheck": true,
"outDir": ".wasp/out/user"
},
"include": [
"src"
]
"include": ["src"]
}
```

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion waspc/waspc.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cabal-version: 2.4
-- Consider using hpack, or maybe even hpack-dhall.

name: waspc
version: 0.16.0
version: 0.16.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
Expand Down

0 comments on commit 0aa177b

Please sign in to comment.