Skip to content

Commit e7a6701

Browse files
chore(release): bump versions and changelogs (#17)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 83bb10b commit e7a6701

12 files changed

Lines changed: 66 additions & 27 deletions

File tree

.sampo/changesets/initial-release.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

Cargo.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# graphgarden-core
2+
3+
## 0.1.0 — 2026-02-20
4+
5+
### Minor changes
6+
7+
- [83bb10b](https://github.com/bruits/graphgarden/commit/83bb10b8b26433261ec2d08339cfd9cddb29e77d) Initial release of GraphGarden 🌱 — Thanks @goulvenclech!
8+
9+
### Patch changes
10+
11+
- Updated dependencies: graphgarden-protocol (Cargo)@0.1.0
12+

crates/graphgarden-core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "graphgarden-core"
3-
version = "0.0.1"
3+
version = "0.1.0"
44
description = "Core library implementing the GraphGarden protocol — crawl a site and build its link graph"
55
edition.workspace = true
66
license.workspace = true
77
repository.workspace = true
88

99
[dependencies]
10-
graphgarden-protocol = { path = "../graphgarden-protocol" }
10+
graphgarden-protocol = { path = "../graphgarden-protocol" , version = "0.1.0" }
1111
globset = "0.4"
1212
jiff = "0.2"
1313
lol_html = "2"
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# graphgarden-protocol
2+
3+
## 0.1.0 — 2026-02-20
4+
5+
### Minor changes
6+
7+
- [83bb10b](https://github.com/bruits/graphgarden/commit/83bb10b8b26433261ec2d08339cfd9cddb29e77d) Initial release of GraphGarden 🌱 — Thanks @goulvenclech!
8+

crates/graphgarden-protocol/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "graphgarden-protocol"
3-
version = "0.0.1"
3+
version = "0.1.0"
44
description = "Specification for the GraphGarden protocol — public file format and caching requirements"
55
edition.workspace = true
66
license.workspace = true

crates/graphgarden/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# graphgarden
2+
3+
## 0.1.0 — 2026-02-20
4+
5+
### Minor changes
6+
7+
- [83bb10b](https://github.com/bruits/graphgarden/commit/83bb10b8b26433261ec2d08339cfd9cddb29e77d) Initial release of GraphGarden 🌱 — Thanks @goulvenclech!
8+
9+
### Patch changes
10+
11+
- Updated dependencies: graphgarden-core (Cargo)@0.1.0
12+

crates/graphgarden/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "graphgarden"
3-
version = "0.0.1"
3+
version = "0.1.0"
44
description = "CLI for GraphGarden — crawl a site and generate its protocol file"
55
edition.workspace = true
66
license.workspace = true
@@ -11,7 +11,7 @@ name = "graphgarden"
1111
path = "src/main.rs"
1212

1313
[dependencies]
14-
graphgarden-core = { path = "../graphgarden-core" }
14+
graphgarden-core = { path = "../graphgarden-core" , version = "0.1.0" }
1515
clap = { version = "4", features = ["derive"] }
1616
anyhow = "1"
1717

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# graphgarden-web
2+
3+
## 0.1.0 — 2026-02-20
4+
5+
### Minor changes
6+
7+
- [83bb10b](https://github.com/bruits/graphgarden/commit/83bb10b8b26433261ec2d08339cfd9cddb29e77d) Initial release of GraphGarden 🌱 — Thanks @goulvenclech!
8+

packages/graphgarden-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphgarden-web",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "Web component that renders an interactive GraphGarden node graph",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)