Skip to content

Commit

Permalink
Release v0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
azdavis committed Jun 27, 2023
1 parent 1b98e63 commit 9604f44
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 41 deletions.
72 changes: 36 additions & 36 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["crates/*", "xtask"]
resolver = "2"

[workspace.package]
version = "0.12.0"
version = "0.12.1"
edition = "2021"
license = "MIT OR Apache-2.0"
publish = false
Expand Down
3 changes: 2 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ The versioning system is basically the following:
- If there's a really "big" change.
- As mentioned, the "major" version is 0.

## main
## v0.12.1

- Add suggestions for boolean operators.
- Show inlay hints on literal patterns.
- Show function return type inlay hints.
- Fix primitive documentation references.

Expand Down
4 changes: 2 additions & 2 deletions editors/vscode/package-lock.json

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

2 changes: 1 addition & 1 deletion editors/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "millet",
"displayName": "Millet",
"version": "0.12.0",
"version": "0.12.1",
"description": "Standard ML support",
"publisher": "azdavis",
"icon": "icon.png",
Expand Down

0 comments on commit 9604f44

Please sign in to comment.