Skip to content

Commit

Permalink
Release v0.14.5
Browse files Browse the repository at this point in the history
  • Loading branch information
azdavis committed Jun 27, 2024
1 parent 78bb761 commit 87b198a
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 41 deletions.
74 changes: 37 additions & 37 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.14.4"
version = "0.14.5"
edition = "2021"
license = "MIT OR Apache-2.0"
publish = false
Expand Down
4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ The changelog is not an exhaustive list of changes between versions. For that, c

Millet technically follows [SemVer][sem-ver], but the major version is zero, and it probably will be [for a while][zero-ver].

## v0.14.5

- Support ML-Lex and ML-Yacc in CM files.

## v0.14.4

- Accept implicit type variable scoping in `exception`, `type`, and `datatype` within another declaration. For example, with `exception`:
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.14.4",
"version": "0.14.5",
"description": "Standard ML support",
"publisher": "azdavis",
"icon": "icon.png",
Expand Down

0 comments on commit 87b198a

Please sign in to comment.