Skip to content

Commit bf075cd

Browse files
authored
Merge pull request #22 from Its-Satyajit/release-please--branches--main
2 parents 7567089 + 2f4a0a7 commit bf075cd

7 files changed

Lines changed: 30 additions & 6 deletions

File tree

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"cli": "0.2.0",
3-
"core": "0.2.2",
4-
"gui": "0.2.0"
2+
"cli": "0.3.0",
3+
"core": "0.3.0",
4+
"gui": "0.3.0"
55
}

cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.3.0](https://github.com/Its-Satyajit/dev-bind/compare/devbind-cli-v0.2.0...devbind-cli-v0.3.0) (2026-02-21)
4+
5+
6+
### Features
7+
8+
* **ui:** center main content, add footer, bump core & deps, and make CLI version optional ([7567089](https://github.com/Its-Satyajit/dev-bind/commit/7567089eed420af82e43f69684b16774547e185a))
9+
* **ui:** center main content, add footer, bump core & deps, and make CLI version optional ([101d2ba](https://github.com/Its-Satyajit/dev-bind/commit/101d2ba31ca4a23c9def15d2d3f583ec0fbf4807))
10+
311
## [0.2.0](https://github.com/Its-Satyajit/dev-bind/compare/devbind-cli-v0.1.0...devbind-cli-v0.2.0) (2026-02-21)
412

513

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "devbind-cli"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
edition = "2021"
55

66
[dependencies]

core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.3.0](https://github.com/Its-Satyajit/dev-bind/compare/devbind-core-v0.2.2...devbind-core-v0.3.0) (2026-02-21)
4+
5+
6+
### Features
7+
8+
* **ui:** center main content, add footer, bump core & deps, and make CLI version optional ([7567089](https://github.com/Its-Satyajit/dev-bind/commit/7567089eed420af82e43f69684b16774547e185a))
9+
* **ui:** center main content, add footer, bump core & deps, and make CLI version optional ([101d2ba](https://github.com/Its-Satyajit/dev-bind/commit/101d2ba31ca4a23c9def15d2d3f583ec0fbf4807))
10+
311
## [0.2.2](https://github.com/Its-Satyajit/dev-bind/compare/devbind-core-v0.2.1...devbind-core-v0.2.2) (2026-02-21)
412

513

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "devbind-core"
3-
version = "0.2.2"
3+
version = "0.3.0"
44
edition = "2021"
55

66
[dependencies]

gui/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.3.0](https://github.com/Its-Satyajit/dev-bind/compare/devbind-gui-v0.2.0...devbind-gui-v0.3.0) (2026-02-21)
4+
5+
6+
### Features
7+
8+
* **ui:** center main content, add footer, bump core & deps, and make CLI version optional ([7567089](https://github.com/Its-Satyajit/dev-bind/commit/7567089eed420af82e43f69684b16774547e185a))
9+
* **ui:** center main content, add footer, bump core & deps, and make CLI version optional ([101d2ba](https://github.com/Its-Satyajit/dev-bind/commit/101d2ba31ca4a23c9def15d2d3f583ec0fbf4807))
10+
311
## [0.2.0](https://github.com/Its-Satyajit/dev-bind/compare/devbind-gui-v0.1.0...devbind-gui-v0.2.0) (2026-02-21)
412

513

gui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "devbind-gui"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
edition = "2021"
55

66
[dependencies]

0 commit comments

Comments
 (0)