diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1588b17 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,33 @@ +# Changelog + + + +## v0.1.0 + +[compare changes](https://github.com/pedraal/releam/compare/73af227...v0.1.0) + +### 🚀 Enhancements + +- Init package +- **conventional attributes**: Rename message to description +- **conventional attributes**: Full commit message parser +- **git**: Log output parser +- **commit**: Filter and unwrap commits results in parse_list +- **semver**: Implement semver bump utilities +- **commit**: Group by commit type utility +- **conventional attributes**: Remove revert commit type +- **package config**: Gleam toml parser +- **changelog**: Changelog generator and file writer +- **package config**: Add utility to update the gleam.toml version +- **cli**: Finalize minimal cli + +### 💫 Refactors + +- **conventional attributes**: Definition and optional sections model and parsing +- **conventional attributes**: Move to its own module + +### 🎨 Styles + +- Extract first pipeline function to line above +- **conventional attributes**: Rename module + diff --git a/gleam.toml b/gleam.toml index 05b2027..c61283a 100644 --- a/gleam.toml +++ b/gleam.toml @@ -1,5 +1,5 @@ name = "releam" -version = "0.0.0" +version = "0.1.0" description = "Releam is an opinionated gleam release and changelog generation tool based on conventional commit" licences = ["Apache-2.0"]