Releases: duckinator/jim
Releases · duckinator/jim
jim 1.0.0b3
jim 1.0.0b3 is now available!
If you want a self-contained executable, use the packed jim.rb file.
Changes:
- fix release notes to show the basename of packed_file (#27) by @duckinator
jim 1.0.0b2
jim 1.0.0b2 is now available!
If you want a self-contained executable, use the packed build/pack/jim.rb file.
Changes:
- version bump to v1.0.0b2 (#26) by @duckinator
- give release workflow write permissions (#25) by @duckinator
- update README again. (#24) by @duckinator
- only run release workflow if version.rb changes. (#23) by @duckinator
- update main workflow, add release workflow (#22) by @duckinator
- Have "jim release" re-use existing configuration (#21) by @duckinator
- Add tests for
Jim.load_specandJim::Client/Jim::Config(#20) by @duckinator - Add Gemfile.lock to try to pass CI builds (#18) by @olleolleolle
- Allow passing an ARGV-equivalent to
Jim::Cli.run()(#16) by @duckinator - Bump actions/checkout from 4 to 5 (#15) by @dependabot[bot]
- CI: Tell dependabot to update GH Actions (#14) by @olleolleolle
jim 1.0.0b1
jim 1.0.0b1 is now available!
If you want a self-contained executable, use the packed build/pack/jim.rb file.
Changes:
- add a pound sign before PR numbers in changelog (#13) by @duckinator
- change a string to a symbol and question my life choices (#12) by @duckinator
- fix yet another typo (#11) by @duckinator
- fix variable name typo (#10) by @duckinator
- Clean up output (#9) by @duckinator
- fix "jim release", again (#8) by @duckinator
- actually require Jim::GithubApi before using it. (#7) by @duckinator
- remove outdated code (whoops) (#6) by @duckinator
- fix typo (#5) by @duckinator
- vastly improve how "jim release" works (#4) by @duckinator
- Don't raise an exception if running a build twice in a row. (#3) by @duckinator
- Add "jim release" command with support for GitHub Releases. (#2) by @duckinator