Skip to content

Commit

Permalink
release v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TanklesXL committed Feb 11, 2024
1 parent 123d91d commit 5e61dc8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
erlang: ["25.3.2.3", "26.2.2"]
gleam: ["0.34.1","1.0.0-rc1"]
erlang: ["26.2.2"]
gleam: ["1.0.0-rc1"]
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/test
Expand Down
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@

## [Unreleased](https://github.com/TanklesXL/glint/compare/v0.14.0...HEAD)

## [0.15.0-rc1](https://github.com/TanklesXL/glint/compare/v0.14.0...v0.15.0-rc1)
- support gleam >=0.34 or 1.0.x

## [0.15.0-rc1](https://github.com/TanklesXL/glint/compare/v0.14.0...v0.15.0-rc1)
## [0.15.0](https://github.com/TanklesXL/glint/compare/v0.14.0...v0.15.0)

- support gleam >=0.34 or 1.0.x
- refactor of help generation logic, no change to help text output
- the `glint/flag` module loses the `flags_help` and `flag_type_help` functions
- the `glint` module gains the ArgsCount type and the `count_args` function to support exact and minimum arguments count
Expand Down
4 changes: 2 additions & 2 deletions gleam.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "glint"
version = "0.15.0-rc2"
version = "0.15.0"

# Fill out these fields if you intend to generate HTML documentation or publishname = "glint"
# your project to the Hex package manager.
Expand All @@ -11,7 +11,7 @@ links = [
{ title = "Hex", href = "https://hex.pm/packages/glint" },
{ title = "Docs", href = "https://hexdocs.pm/glint/" },
]
gleam = ">=0.34.1 or ~> 1.0"
gleam = "~> 0.34 or ~> 1.0"

[dependencies]
gleam_stdlib = "~> 0.34 or ~> 1.0"
Expand Down

0 comments on commit 5e61dc8

Please sign in to comment.