From 6e496e239d07c0eaf62fec8cfc78885a7c16a226 Mon Sep 17 00:00:00 2001 From: pedraal Date: Sun, 25 Aug 2024 09:03:10 +0200 Subject: [PATCH] chore(release): v0.2.1 --- CHANGELOG.md | 16 ++++++++++++++++ gleam.toml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fba26ba..e80cf9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ +## v0.2.1 + +[compare changes](https://github.com/pedraal/releam/compare/v0.2.0...v0.2.1) + +### ๐Ÿ“” Documentation + +- Fill readme and add comments where needed + +### ๐Ÿงน Chore + +- Bump deps + +### ๐ŸŽจ Styles + +- Various renaming and unpublish some functions + ## v0.2.0 [compare changes](https://github.com/pedraal/releam/compare/v0.1.0...v0.2.0) diff --git a/gleam.toml b/gleam.toml index d01d81a..b4ff1be 100644 --- a/gleam.toml +++ b/gleam.toml @@ -1,5 +1,5 @@ name = "releam" -version = "0.2.0" +version = "0.2.1" description = "Releam is an opinionated gleam release and changelog generation tool based on conventional commit" licences = ["Apache-2.0"]