Skip to content

Commit

Permalink
chore(release): v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pedraal committed Aug 22, 2024
1 parent 9b59bc8 commit b3bdd31
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Changelog

<!-- RELEAM TAG: DON'T DELETE -->

## 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

2 changes: 1 addition & 1 deletion gleam.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down

0 comments on commit b3bdd31

Please sign in to comment.