Releases: flaticols/bump
Releases · flaticols/bump
v0.0.8
Immutable
release. Only release title and notes can be modified.
Changelog
- 83fd9c3 [issue-18] fix: apply go fmt and improve failing tests
- ffd9656 added new test case
- 6bce36a added positionless
- 0a61668 dd monorepo tag support
- 481d8ad feat(bump): add --json flag for JSON output A
--jsonflag was added to thebumpCLI to output a single JSON object for both success and error cases. Errors are sent to stderr, and the process exits with code 1 on failure. The feature was successfully implemented and tested locally. - 687d148 feat(junie): added .devcontainer.json
- 0eeaddd feat(junie): added .junie workflow
- e423593 feat: implement --prefix flag for tag prefixes The
--prefixflag was implemented in the Go CLI application for tag prefixes in a monorepo, and the changes compiled successfully. However, tests could not be run due to the lack of a Go toolchain environment. The implementation is ready for submission pending test execution. - 239542f feat: rebuild docs website with modern design and Recursive font
- 7edd3a9 fix
- 63495d7 fix positionl struct init
- 131a066 positionless v2
- 526ebf9 remove unused import of os pkg
v0.0.7
Changelog
- f36de9f Add SemVer package for versioning and constraint management.
- 3b07be6 Add changelog for v0.0.7 with semver implementation.
- 239b41c Add changelog section to documentation and update styles
- 9f9b885 Create CNAME
- b122d28 Delete CNAME
- a1d2434 Fix styles
- c8d27db Fix typo in git.go comment.
- 28b771c Refactor Git state management: unify interface methods and improve branch handling
- e9570fa Refactor Git tag parsing and validation logic.
- fdeb58e Refactor SemVer parsing: simplify functions and remove v-prefix handling
- 517bb2a Refactor codebase and add linting configuration.
- 72ae49e Refactor comments for SetPrereleaseMap and SetMetadataMap
- 25fa097 Remove
bumpandgitcommand implementation - 6235780 Update README.md
- f83e2aa
semverpkg was updated, docs page okk - c9de402 fix test to align with new structs layout
- 238a84e remove dep
- be6b1c5 use shared print* funcs
v0.0.6
v0.0.5
Changelog
- 8dda2e2 Add CHANGELOG.md to document project changes
- f9fddce Add YAML parser/emitter and assertion comparison utilities
- d88c3a2 Add bump logo file
- 1af51c0 Add files via upload
- 4305f36 Add files via upload
- 54efa50 Add files via upload
- cd4198f Add remote tag detection and enhance CLI feedback
- ae5e527 Delete docs/bump-logo-small.png
- 4826694 Delete docs/bump-logo.png
- 7a8aaac Delete docs/bump-logo.png
- d7c6d59 Docs site was updated
- 278668b Fix output
- 4f9d49f Update README.md
- 96e97ef Update README.md
- c5c0330 Update README.md
- 093737f Update README.md
- 06b1752 Update index.html
- f8f4909 Update index.html
- bbac782 Update index.html
- ae01c39 Update index.html
- 639ca23 Update index.html
- 3414625 Update index.html
- bdef264 Update index.html
- 15160b5 Update index.html
- 9659622 Update styles.css
- 2899d89 Update styles.css
- eef863e Update styles.css
- 39ccc9e Updated logo
- 42fde88 base implementation of undo command
- 22c0549 updated .gitignore
- cef7034 updated text outout, added confirmation before remove tag and brave mode
- 3f11fed vendoring
v0.0.4
v0.0.3
v0.0.2
Changelog
- ba7b5bd Add GitHub Actions workflow for GoReleaser
- 87e4914 Add Homebrew formula configuration and update README
- 21448b2 Added the web page
- f7b3e79 Create CNAME
- b335bf3 Create CNAME
- 4780049 Delete CNAME
- e4b93fa First public pre-release
- 813d04f Git utils
- 97d37ea Improve branch detection in IsDefaultBranch function
- c8aa2f3 Initial commit
- 76efe04 Migrated to cobra
- b905b0a Refactoring
- 7d6cf48 Update issue templates
- 1916069 deps
- 368a5b4 initial
- 6e39f51 rename site to docs
- 03e316d semver util
- 87dcd49 test
- 880543a updated web page
- e5a5b7c workdir util