From d658bdf84d28d05d4a9dfebd9b800b3199a11c2b Mon Sep 17 00:00:00 2001 From: Robert Attard Date: Thu, 22 Feb 2024 17:32:03 -0500 Subject: [PATCH] release v0.16.0 --- CHANGELOG.md | 3 +++ gleam.toml | 2 +- manifest.toml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 524e487..f3f5892 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog ## [Unreleased](https://github.com/TanklesXL/glint/compare/v0.15.0...HEAD) + +## [0.16.0](https://github.com/TanklesXL/glint/compare/v0.15.0...v0.16.0) + - `glint.CommandResult(a)` is now a `Result(Out(a), String)` instead of a `Result(Out(a),Snag)` - command exectution failures due to things like invalid flags or too few args now print help text for the current command - fix help text formatting for commands that do not include arguments diff --git a/gleam.toml b/gleam.toml index 5487771..6400622 100644 --- a/gleam.toml +++ b/gleam.toml @@ -1,5 +1,5 @@ name = "glint" -version = "0.16.0-rc1" +version = "0.16.0" # Fill out these fields if you intend to generate HTML documentation or publishname = "glint" # your project to the Hex package manager. diff --git a/manifest.toml b/manifest.toml index 8f77e50..79d7029 100644 --- a/manifest.toml +++ b/manifest.toml @@ -4,7 +4,7 @@ packages = [ { name = "gleam_community_ansi", version = "1.4.0", build_tools = ["gleam"], requirements = ["gleam_community_colour", "gleam_stdlib"], otp_app = "gleam_community_ansi", source = "hex", outer_checksum = "FE79E08BF97009729259B6357EC058315B6FBB916FAD1C2FF9355115FEB0D3A4" }, { name = "gleam_community_colour", version = "1.3.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleam_community_colour", source = "hex", outer_checksum = "A49A5E3AE8B637A5ACBA80ECB9B1AFE89FD3D5351FF6410A42B84F666D40D7D5" }, - { name = "gleam_stdlib", version = "0.34.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "1FB8454D2991E9B4C0C804544D8A9AD0F6184725E20D63C3155F0AEB4230B016" }, + { name = "gleam_stdlib", version = "0.35.1", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "5443EEB74708454B65650FEBBB1EF5175057D1DEC62AEA9D7C6D96F41DA79152" }, { name = "gleeunit", version = "1.0.2", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "D364C87AFEB26BDB4FB8A5ABDE67D635DC9FA52D6AB68416044C35B096C6882D" }, { name = "snag", version = "0.3.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "snag", source = "hex", outer_checksum = "54D32E16E33655346AA3E66CBA7E191DE0A8793D2C05284E3EFB90AD2CE92BCC" }, ]