- Fix
release
change forCHANGELOG
when there are no releases and changes yet. - Drop Ruby 2.7 support.
- Add Ruby 3.3 support.
- Update
highline
dependency to a new major version. - Update development dependencies.
- Drop Ruby 2.6 support.
- Add Ruby 3.2 support.
- Add missing runtime
toys-core
dependency. - Move development dependencies from gemspec into Gemfile.
- Update development dependencies.
- Improve CI config.
- Drop Ruby 2.5 support.
- Add Ruby 3.1 support.
- Update Faraday to version 2.
- Update development dependencies.
- Resolve RuboCop offense, take out manual check menu choices.
- Fix version for gem staff after manual refresh too.
- Fix new version for git staff after manual refresh.
- Revert version and changelog files changes at rejection.
- Revert version file changes at changelog fails.
- Update development dependencies.
- Process cases with non-JSON String from RubyGems.org.
- Update development dependencies.
- Resolve new offenses from RuboCop.
- Change default for unreleased in Changelog.
- Fix built gem version after
refresh
answer. - Update development dependencies.
- Lock RuboCop version better.
- Resolve new RuboCop offenses.
- Add
refresh
answer for release confirmation.
- Fix error about non-renamed
version
in one of aborts. - Improve Regexp for date of existing release. Catch only content inside the last parentheses.
- Add
:changelog_file_name
option. - Add
:version_tag_prefix
option. - Change date format for
versions
tool. - Add documentation about
:version_file_path
option. - Split
release
tool into modules for RuboCop satisfaction.
- Gently abort when
unreleased_title
not found. - Improve documentation about
:unreleased_title
option.
- Support Ruby 3.
- Fix error with undefined
FileUtils
. - Fix error with
release
tool via updatingalt_memery
to a fixed version. - Update development dependencies.
- Add
versions
tool withreleases
alias. - Add
version
tool. - Add an ability to release new
major
,minor
orpatch
version. Just specify keyword instead of number and it'll increase correctly. - Print
git diff
for files which will be commited onrelease
. - Drop Ruby 2.4 support. Support of Ruby 2.4 has ended.
- Add and use
memery
dependency. - Update
rubocop
,remark
.
- Improve version update script, support files with other String constants.
- Update bundle.
- Add support for Ruby 2.4
- Add
:version_file_path
and:unreleased_title
options - Change the order of tasks: check (manually) before committing.
- Include
:exec
only unless already included. - Improve usage documentation.
- Add output of process steps.
- Initial commit