Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
This document describes the relevant changes between releases of the
`ocm` command line tool.

## 1.0.15 May 14 2026

- Add one-command build/setup: README.md (Quick Start section)
- chore(deps): update module github.com/go-jose/go-jose/v4 to v4.1.4
- OSDGCP-2 | feat: Improve AI-assisted development readiness: AGENTS.md, templates, .gitignore, pre-commit hooks [Generated by gurnben's Agent] (#1100)
- chore: Bump Go to 1.25 and golangci-lint to v2.12.1

## 1.0.14 Apr 22 2026

- OCM-23391 | fix: remove ginkgo flags from CLI help output
Expand Down
2 changes: 1 addition & 1 deletion pkg/info/info.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ limitations under the License.

package info

const Version = "1.0.14"
const Version = "1.0.15"
Loading