Skip to content

Commit

Permalink
2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-yurchenko committed Jan 1, 2022
1 parent 9359290 commit 89cd1e9
Show file tree
Hide file tree
Showing 4 changed files with 264 additions and 59 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.0.1] - 2022-01-01
### Fixed
- Application version

### Changed
- Update dependencies

## [2.0.0] - 2021-11-26
### Added
- Improve Docker matcher to support multiple labels and multiline label
Expand All @@ -25,7 +32,7 @@
## [1.0.0] - 2021-07-27
_First release_

[Unreleased]: https://github.com/anton-yurchenko/version-bump/compare/v2.0.0...HEAD
[2.0.1]: https://github.com/anton-yurchenko/version-bump/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/anton-yurchenko/version-bump/compare/v1.1.0...v2.0.0
[1.1.0]: https://github.com/anton-yurchenko/version-bump/compare/v1.0.1...v1.1.0
[1.0.1]: https://github.com/anton-yurchenko/version-bump/compare/v1.0.0...v1.0.1
Expand Down
2 changes: 1 addition & 1 deletion bump/modal.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

const (
Version string = "2.0.0"
Version string = "2.0.1"
Patch int = 3
Minor int = 2
Major int = 1
Expand Down
16 changes: 8 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ require (
github.com/anton-yurchenko/go-changelog v1.0.4
github.com/go-git/go-billy/v5 v5.3.1
github.com/go-git/go-git/v5 v5.4.2
github.com/pelletier/go-toml/v2 v2.0.0-beta.4
github.com/pelletier/go-toml/v2 v2.0.0-beta.6
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.8.1
github.com/spf13/afero v1.6.0
github.com/spf13/cobra v1.2.1
github.com/spf13/afero v1.7.1
github.com/spf13/cobra v1.3.0
github.com/stretchr/testify v1.7.1-0.20210427113832-6241f9ab9942
github.com/tidwall/gjson v1.12.1
github.com/tidwall/sjson v1.2.3
github.com/tidwall/sjson v1.2.4
golang.org/x/mod v0.5.1
)

Expand All @@ -37,10 +37,10 @@ require (
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
github.com/xanzy/ssh-agent v0.3.0 // indirect
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect
golang.org/x/sys v0.0.0-20210510120138-977fb7262007 // indirect
golang.org/x/text v0.3.5 // indirect
golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa // indirect
golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d // indirect
golang.org/x/sys v0.0.0-20211205182925-97ca703d548d // indirect
golang.org/x/text v0.3.7 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)
Loading

0 comments on commit 89cd1e9

Please sign in to comment.