Skip to content

Commit

Permalink
chore(main): release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and scottmckendry committed Jan 12, 2025
1 parent b35893a commit ec7e25b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.1.0"}
{".":"0.2.0"}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.2.0](https://github.com/scottmckendry/cl-parse/compare/v0.1.0...v0.2.0) (2025-01-12)


### Features

* **ci:** add release-please config and manifest ([8f35e6e](https://github.com/scottmckendry/cl-parse/commit/8f35e6ee07f85777d590d37fef28a9e8434c0f27))
* **cmd:** add cobra & default cmd definition ([fd63c7c](https://github.com/scottmckendry/cl-parse/commit/fd63c7c7ab30a402c5332e8da2f4e77bcb8d084f))


### Bug Fixes

* **parser:** handle versions without compare urls ([95e9aed](https://github.com/scottmckendry/cl-parse/commit/95e9aedafd0ebbb75256048faf55496e20c4358e))

## 0.1.0 (2025-01-12)


Expand Down
2 changes: 1 addition & 1 deletion cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"cl-parse/changelog"
)

const VERSION = "0.1.0" // x-release-please-version
const VERSION = "0.2.0" // x-release-please-version

var cmd = &cobra.Command{
Use: "cl-parse [flags] [path]",
Expand Down

0 comments on commit ec7e25b

Please sign in to comment.