Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TanklesXL committed Jul 29, 2024
1 parent 9f6e962 commit 06de0e6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# Changelog

## [Unreleased](https://github.com/TanklesXL/glint/compare/v1.0.0-rc2...HEAD)
## [Unreleased](https://github.com/TanklesXL/glint/compare/v1.0.1...HEAD)

# v1

## [1.0.1](https://github.com/TanklesXL/glint/compare/v1.0.0...v1.0.1)

- updated gleam stdlib to >=0.39
- replace calls to `dict.update` with `dict.upsert`

## [1.0.0](https://github.com/TanklesXL/glint/compare/v0.18.1...v1.0.0)

- replaced the pipe-based command builder API with a `use`-based one that provides better ergonomics
Expand Down
2 changes: 1 addition & 1 deletion gleam.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ links = [
gleam = "~> 1.0"

[dependencies]
gleam_stdlib = "~> 0.36 or ~> 1.0"
gleam_stdlib = "~> 0.39 or ~> 1.0"
snag = "~> 0.3"
gleam_community_ansi = "~> 1.0"
gleam_community_colour = "~> 1.0"
Expand Down
2 changes: 1 addition & 1 deletion manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ argv = { version = ">= 1.0.2 and < 2.0.0" }
birdie = { version = ">= 1.1.8 and < 2.0.0" }
gleam_community_ansi = { version = "~> 1.0" }
gleam_community_colour = { version = "~> 1.0" }
gleam_stdlib = { version = "~> 0.36 or ~> 1.0" }
gleam_stdlib = { version = "~> 0.39 or ~> 1.0" }
gleeunit = { version = "~> 1.0" }
snag = { version = "~> 0.3" }

0 comments on commit 06de0e6

Please sign in to comment.