Skip to content

Commit 7066482

Browse files
committed
v0.9.1
1 parent e99373a commit 7066482

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v0.9.1 - 2020-06-12
4+
5+
- Fixed a bug where binary operators may lose required `{ }`s when formatted.
6+
37
## v0.9.0 - 2020-06-01
48

59
- Newly generated projects use stdlib v0.9.0.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gleam"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
authors = ["Louis Pilfold <[email protected]>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)