Skip to content

Commit 9de6233

Browse files
committed
v0.2.15
1 parent fb367f5 commit 9de6233

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [v0.2.15] - 2026-02-16
11+
12+
- Add a `get_default_collection` to the Registry
13+
1014
## [v0.2.14] - 2026-02-13
1115

1216
- Enable verbose mode via env `VECOREL_VERBOSE` set to `1`
@@ -101,7 +105,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
101105

102106
- First release based on vecorel CLI 0.1.0
103107

104-
[Unreleased]: <https://github.com/vecorel/cli/compare/v0.2.14...main>
108+
[Unreleased]: <https://github.com/vecorel/cli/compare/v0.2.15...main>
109+
[v0.2.15]: <https://github.com/vecorel/cli/compare/v0.2.14...v0.2.15>
105110
[v0.2.14]: <https://github.com/vecorel/cli/compare/v0.2.13...v0.2.14>
106111
[v0.2.13]: <https://github.com/vecorel/cli/compare/v0.2.12...v0.2.13>
107112
[v0.2.12]: <https://github.com/vecorel/cli/compare/v0.2.11...v0.2.12>

pixi.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "vecorel-cli"
7-
version = "0.2.14"
7+
version = "0.2.15"
88
description = "CLI tools such as validation and file format conversion for vecorel."
99
readme = "README.md"
1010
license = "Apache-2.0"

0 commit comments

Comments
 (0)