Current section
Files
Jump to
Current section
Files
CHANGELOG.md
# CHANGELOG
## v0.3.1 (Deployed on 2021-10-31)
### Added
### Changed
* Require less CLI arguments
* Catch (almost) any error to allow "unstashing"
### Fixed
* Support only `v<major>.<minor>.<patch>` tags
* Stop ignoring `cli.ex` under version control
## v0.3.0 (Deployed on 2021-10-25)
### Added
### Changed
* Make it more stand-alone
### Fixed
## v0.2.2 (Deployed on 2021-10-17)
### Added
* Add license
### Changed
* Prepare docs for Hex.pm release
* Improve Mix task error handling
### Fixed
## v0.2.1 (Deployed on 2021-10-16)
### Added
### Changed
### Fixed
* Fix major and minor version bump ([#3](https://github.com/maxdrift/realleasy/pull/3))
## v0.2.0 (Deployed on 2021-10-16)
### Added
* Add PR description template ([#2](https://github.com/maxdrift/realleasy/pull/2))
### Changed
* Update Changelog ([#2](https://github.com/maxdrift/realleasy/pull/2))
* Make sure Hackney is started ([#2](https://github.com/maxdrift/realleasy/pull/2))
* **Optionally** commit and push changes ([#2](https://github.com/maxdrift/realleasy/pull/2))
* Skip commit if the corresponding PR is not found ([#2](https://github.com/maxdrift/realleasy/pull/2))
### Fixed
* Don't crash on nil list of commits from GH ([#2](https://github.com/maxdrift/realleasy/pull/2))
## v0.1.1 (Deployed on 2021-10-15)
### Added
### Changed
* Require application start
### Fixed
## v0.1.0 (Deployed on 2021-10-11)
### Added
* Initial commit
### Changed
### Fixed