Releases: rohitramu/kpm
Releases · rohitramu/kpm
2.0.9
What's Changed
- Tell users to make the binary executable after download by @rohitramu in #42
- Split up documentation so the main README is easier to read by @rohitramu in #43
- Update pre-commit-hooks version to v5.0.0 by @rohitramu in #47
- Merge v2.0.8 back to develop by @rohitramu in #46
- Release 2.0.9 by @rohitramu in #45
Full Changelog: 2.0.8...2.0.9
2.0.8
What's Changed
- Fix download URLs and executable permissions by @rohitramu in #40
- Release 2.0.8 by @rohitramu in #41
Full Changelog: 2.0.7...2.0.8
2.0.7
What's Changed
- Add examples to installation instructions by @rohitramu in #38
- Release 2.0.7 by @rohitramu in #39
Full Changelog: 2.0.6...2.0.7
2.0.6
What's Changed
- Don't archive binaries when uploading to a release by @rohitramu in #34
- Release 2.0.5 by @rohitramu in #35
- Revert to existing version format by @rohitramu in #36
- Release 2.0.6 by @rohitramu in #37
Full Changelog: 2.0.4...2.0.6
2.0.4
What's Changed
- Add a goreleaser config by @rohitramu in #32
- Release 2.0.4 by @rohitramu in #33
Full Changelog: 2.0.3...2.0.4
2.0.3
What's Changed
- Don't try to use the KPM version as the goreleaser version by @rohitramu in #30
- Release 2.0.3 by @rohitramu in #31
Full Changelog: 2.0.2...2.0.3
2.0.2
What's Changed
- Bump github.com/otiai10/copy from 1.6.0 to 1.14.0 by @dependabot in #25
- Bump github.com/emirpasic/gods from 1.12.0 to 1.18.1 by @dependabot in #27
- Bump github.com/spf13/cobra from 1.7.0 to 1.8.1 by @dependabot in #26
- Group dependabot updates into a single PR by @rohitramu in #28
- Release 2.0.2 by @rohitramu in #29
Full Changelog: 2.0.1...2.0.2
2.0.1
What's Changed
- Bump golang.org/x/crypto from 0.9.0 to 0.17.0 by @dependabot in #23
- Fix typos in GitHub Action by @rohitramu in #22
- Release 2.0.1 by @rohitramu in #24
New Contributors
- @dependabot made their first contribution in #23
Full Changelog: 2.0.0...2.0.1
2.0.0
What's Changed
- Refactor to use Cobra CLI framework and (temporarily) remove Docker support by @rohitramu in #2
- Use the Viper library for loading configs by @rohitramu in #3
- Rearrange functions and types by @rohitramu in #4
- Add a layer of abstraction for the CLI design by @rohitramu in #5
- Implement filesystem package repos by @rohitramu in #6
- Implement config file load and "repo push" command by @rohitramu in #7
- Implement commands for filesystem repos by @rohitramu in #8
- Big refactor + add docker helper functions by @rohitramu in #9
- Added some TODOs by @rohitramu in #10
- Create the KPM Home directory is it doesn't exist by @rohitramu in #11
- Simplify "purge" command by @rohitramu in #12
- Make package-version an arg instead of a flag by @rohitramu in #13
- Add
version
sub-command by @rohitramu in #14 - Roramu/update_ci by @rohitramu in #15
- Use GitHub Actions to build and release KPM by @rohitramu in #16
- Remove PR build action since push action runs on PRs anyway by @rohitramu in #20
- Release 2.0.0 by @rohitramu in #21
Full Changelog: 1.0.3...2.0.0
Last release before major update
1.0.3 Add a "versions" command