Skip to content
Open
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0"
".": "0.2.0"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog

## [0.2.0](https://github.com/distsystem/nacre/compare/nacre-v0.1.0...nacre-v0.2.0) (2026-04-08)


### Features

* add JSON schema generation for nacre config ([fe4bcf0](https://github.com/distsystem/nacre/commit/fe4bcf00b35f9ff511578306bd9b370e6adb8561))
* add pixi-build and release-please automation ([ac459ec](https://github.com/distsystem/nacre/commit/ac459ec304dcfb427ea71cac40f8e3aaa11caa57))
* auto-clone dir, explicit layer base, in-place materialization ([20ff79f](https://github.com/distsystem/nacre/commit/20ff79f313445d088e6f60fb7ade2df1e4e67791))
* declare repository branches as remote-driven rebases ([8763ff5](https://github.com/distsystem/nacre/commit/8763ff5407efba00b5111ed9c4b75d8230d1e3a1))
* initial branch materializer CLI ([4d888bc](https://github.com/distsystem/nacre/commit/4d888bc95cf0abc8d2e152b4134ec579da343a4a))
* switch branch materializer config to YAML ([d55c680](https://github.com/distsystem/nacre/commit/d55c6803f96a4a3391f6a98d0d88c4330e47765c))
* use owner/repo:branch format for config refs ([3a19739](https://github.com/distsystem/nacre/commit/3a197396afd64265f6322776d26451ad178548f9))


### Bug Fixes

* improve CLI UX and switch to editable install ([7923afd](https://github.com/distsystem/nacre/commit/7923afd6291d48b4bb3bbf0b488f6f71ea00aad9))
2 changes: 1 addition & 1 deletion pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ channels = ["https://repo.prefix.dev/meta-forge", "conda-forge"]
name = "nacre"
platforms = ["linux-64"]
preview = ["pixi-build"]
version = "0.1.0" # x-release-please-version
version = "0.2.0" # x-release-please-version

[package]
name = "nacre"
version = "0.1.0" # x-release-please-version
version = "0.2.0" # x-release-please-version

[package.build]
backend = { name = "pixi-build-python", version = "*" }
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "nacre"
version = "0.1.0"
version = "0.2.0"
description = "Materialize Git branches from declarative repository specs"
requires-python = ">=3.12"
dependencies = [
Expand Down