Releases: coenraadhuman/gib
Releases · coenraadhuman/gib
1.10.5
Changelog
Version | Commit Type | Description | Breaking Change | Deprecation | Author | Committer |
---|---|---|---|---|---|---|
Released: 1.10.5 | ||||||
1.10.5 | Documentation | Readme docker. | Coenraad Human | Coenraad Human | ||
1.10.4 | Fix | Add missing mailto uri to changelog. | Coenraad Human | Coenraad Human |
1.10.3
Changelog
Version | Commit Type | Description | Breaking Change | Deprecation | Author | Committer |
---|---|---|---|---|---|---|
Release: 1.10.3 | ||||||
1.10.3 | Fix | Ignore when commit is not supplied via git hook. | Coenraad Human | Coenraad Human |
1.10.2
Changelog
Version | Commit Type | Description | Breaking Change | Deprecation | Author | Committer |
---|---|---|---|---|---|---|
Release: 1.10.2 | ||||||
1.10.2 | Documentation | Readme badges and links. | Coenraad Human | GitHub | ||
1.10.1 | Documentation | Readme and github actions example. | Coenraad Human | Coenraad Human | ||
1.10.0 | Feature | Commit git hook option functionality on changelog. | Coenraad Human | Coenraad Human |
1.9.0
Changelog
Version | Commit Type | Description | Breaking Change | Deprecation | Author | Committer |
---|---|---|---|---|---|---|
Release: 1.9.0 | ||||||
1.9.0 | Feature | More accurate release headers for changelog. | Coenraad Human | Coenraad Human | ||
1.8.0 | Feature | Release categories for changelog. | Coenraad Human | Coenraad Human | ||
1.7.0 | Feature | Use gib entrypoint as alias for gib in container. | Coenraad Human | Coenraad Human | ||
1.6.0 | CI | Use entrypoint sh instead of gib directly. | Coenraad Human | Coenraad Human | ||
1.6.0 | Feature | Author and committer on changelog. | Coenraad Human | Coenraad Human | ||
1.5.3 | CI | Manual trigger for version and changelog job. | Coenraad Human | Coenraad Human | ||
1.5.3 | Documentation | Docker information. | Coenraad Human | Coenraad Human |
1.5.0
Changelog
All notable changes to this project will be documented in this file.
[1.5.0] - 2024-05-22
🚀 Features
- Initial changelog files
- Conventional commit creation from regex groups
- Simple changelog generation
🚜 Refactor
- Share logic between version and changelog commands
- Single source of semantic version calculation
📚 Documentation
- Changelog addition to readme
- Changelog
🧪 Testing
- Conventional commit creation testing
⚙️ Miscellaneous Tasks
- Fix shell being used on changelog job
1.2.2
Changelog
All notable changes to this project will be documented in this file.
[1.2.2] - 2024-05-21
🐛 Bug Fixes
- Docker build, supported archs for base images
[1.2.1] - 2024-05-21
🚀 Features
- Alpine docker image for extremely small image size
- Scope filter to support monorepos
📚 Documentation
- Readme
⚙️ Miscellaneous Tasks
- Multi arch build docker, tag filtering on jobs, new changelog for release
- Better descriptor for scope filter in help menu
1.0.4
Changelog
All notable changes to this project will be documented in this file.
[1.0.4] - 2024-05-17
🐛 Bug Fixes
- Regular expression for filtering commits
🚜 Refactor
- Rust modules
🧪 Testing
- Commit regex and version calculation
⚙️ Miscellaneous Tasks
- Build and test
- Workflow updates
- Use rust version of gib
- Cross compile binaries job
1.0.2
Changelog
Crucial fix for exclamation marks used in commits to indicate breaking changes.
[1.0.2] - 2024-05-14
🐛 Bug Fixes
- Regular expression for filtering commits
🚜 Refactor
- Rust modules
1.0.0
Changelog
[1.0.0] 2024-05-13
⚙️ Miscellaneous Tasks
- [breaking] Licence and recognition of gib introducing breaking changes with move to rust
[0.10.1] - 2024-05-13
🚀 Features
- Use rust instead of java
- Regex for ensuring string is valid before processing
- Smaller docker image using debian slim
- Auto use current directory when -p not supplied
📚 Documentation
- Docker
⚙️ Miscellaneous Tasks
- Clean up macos nonsense
- Add workflow for calculating version automatically
0.6.5
Changelog
[0.6.5] - 2023-03-27
📚 Documentation
- Update to include new clap default help option
⚙️ Miscellaneous Tasks
- Update clap version