From 38a2c124593209b5a858423b4b95a2a8a4e4bcb5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 12:56:00 +0000 Subject: [PATCH] chore: release --- .github/settings/release-please-manifest.json | 8 ++++---- src/atlas/CHANGELOG.md | 13 +++++++++++++ src/atlas/devcontainer-feature.json | 2 +- src/gum/CHANGELOG.md | 7 +++++++ src/gum/devcontainer-feature.json | 2 +- src/nvim/CHANGELOG.md | 13 +++++++++++++ src/nvim/devcontainer-feature.json | 2 +- src/psql/CHANGELOG.md | 13 +++++++++++++ src/psql/devcontainer-feature.json | 2 +- 9 files changed, 54 insertions(+), 8 deletions(-) diff --git a/.github/settings/release-please-manifest.json b/.github/settings/release-please-manifest.json index 2cdd4f0..cbf6fd4 100644 --- a/.github/settings/release-please-manifest.json +++ b/.github/settings/release-please-manifest.json @@ -1,7 +1,7 @@ { ".": "0.5.0", - "src/atlas": "1.5.0", - "src/psql": "1.5.0", - "src/gum": "1.3.0", - "src/nvim": "1.4.0" + "src/atlas": "1.6.0", + "src/psql": "1.6.0", + "src/gum": "1.4.0", + "src/nvim": "1.5.0" } diff --git a/src/atlas/CHANGELOG.md b/src/atlas/CHANGELOG.md index 316c093..ede02c3 100644 --- a/src/atlas/CHANGELOG.md +++ b/src/atlas/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.6.0](https://github.com/devcontainers-features/tools/compare/atlas-v1.5.0...atlas-v1.6.0) (2026-03-09) + + +### Features + +* add gum and nvim features, align CI ([6660266](https://github.com/devcontainers-features/tools/commit/6660266ce2f824d0251faf16a9aaa900dcfce5e1)) +* initial tools repository with atlas and starship features ([699acf1](https://github.com/devcontainers-features/tools/commit/699acf135644705dbedb2e84aaab33432bd675ed)) + + +### Bug Fixes + +* consistent apt cleanup and Mason PATH for all shells ([4919f21](https://github.com/devcontainers-features/tools/commit/4919f214983ef68f65ef70e037c139f029ab1ae1)) + ## [1.5.0](https://github.com/devcontainers-features/tools/compare/atlas-v1.4.0...atlas-v1.5.0) (2026-03-09) diff --git a/src/atlas/devcontainer-feature.json b/src/atlas/devcontainer-feature.json index b7b5c94..7d51914 100644 --- a/src/atlas/devcontainer-feature.json +++ b/src/atlas/devcontainer-feature.json @@ -1,7 +1,7 @@ { "id": "atlas", "name": "Atlas CLI", - "version": "1.5.0", + "version": "1.6.0", "description": "Manage your database schema as code.", "documentationURL": "https://github.com/devcontainers-features/cli/tree/main/src/atlas", "options": { diff --git a/src/gum/CHANGELOG.md b/src/gum/CHANGELOG.md index 4599323..583d0a1 100644 --- a/src/gum/CHANGELOG.md +++ b/src/gum/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.0](https://github.com/devcontainers-features/tools/compare/gum-v1.3.0...gum-v1.4.0) (2026-03-09) + + +### Features + +* add gum and nvim features, align CI ([6660266](https://github.com/devcontainers-features/tools/commit/6660266ce2f824d0251faf16a9aaa900dcfce5e1)) + ## [1.3.0](https://github.com/devcontainers-features/tools/compare/gum-v1.2.1...gum-v1.3.0) (2026-03-09) diff --git a/src/gum/devcontainer-feature.json b/src/gum/devcontainer-feature.json index 8f681e7..84d3ffa 100644 --- a/src/gum/devcontainer-feature.json +++ b/src/gum/devcontainer-feature.json @@ -1,7 +1,7 @@ { "id": "gum", "name": "Gum", - "version": "1.3.0", + "version": "1.4.0", "description": "A tool for glamorous shell scripts with interactive TUI components.", "documentationURL": "https://github.com/devcontainers-features/tools/tree/main/src/gum", "options": { diff --git a/src/nvim/CHANGELOG.md b/src/nvim/CHANGELOG.md index 7e0ca47..264a0b7 100644 --- a/src/nvim/CHANGELOG.md +++ b/src/nvim/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.5.0](https://github.com/devcontainers-features/tools/compare/nvim-v1.4.0...nvim-v1.5.0) (2026-03-09) + + +### Features + +* add gum and nvim features, align CI ([6660266](https://github.com/devcontainers-features/tools/commit/6660266ce2f824d0251faf16a9aaa900dcfce5e1)) +* **nvim:** add Neovim feature with fd, ripgrep and language providers ([72283f1](https://github.com/devcontainers-features/tools/commit/72283f1ffd2075c3d223441cb61d662873b7249c)) + + +### Bug Fixes + +* **nvim:** export mason bin directory to PATH ([c31055f](https://github.com/devcontainers-features/tools/commit/c31055f6f7cbe86449e66a95e37084cb95cef0ca)) + ## [1.4.0](https://github.com/devcontainers-features/tools/compare/nvim-v1.3.0...nvim-v1.4.0) (2026-03-09) diff --git a/src/nvim/devcontainer-feature.json b/src/nvim/devcontainer-feature.json index dfde8db..cfdb208 100644 --- a/src/nvim/devcontainer-feature.json +++ b/src/nvim/devcontainer-feature.json @@ -1,7 +1,7 @@ { "id": "nvim", "name": "Neovim", - "version": "1.4.0", + "version": "1.5.0", "description": "Hyperextensible Vim-based text editor with fd, ripgrep, and language providers.", "documentationURL": "https://github.com/devcontainers-features/tools/tree/main/src/nvim", "options": { diff --git a/src/psql/CHANGELOG.md b/src/psql/CHANGELOG.md index 8f7e1e4..62624ae 100644 --- a/src/psql/CHANGELOG.md +++ b/src/psql/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.6.0](https://github.com/devcontainers-features/tools/compare/psql-v1.5.0...psql-v1.6.0) (2026-03-09) + + +### Features + +* add gum and nvim features, align CI ([6660266](https://github.com/devcontainers-features/tools/commit/6660266ce2f824d0251faf16a9aaa900dcfce5e1)) +* **psql:** add PostgreSQL client feature ([00423d2](https://github.com/devcontainers-features/tools/commit/00423d2bbc7f0f6db6509d9c4cf165c4cdb1067c)) + + +### Bug Fixes + +* consistent apt cleanup and Mason PATH for all shells ([4919f21](https://github.com/devcontainers-features/tools/commit/4919f214983ef68f65ef70e037c139f029ab1ae1)) + ## [1.5.0](https://github.com/devcontainers-features/tools/compare/psql-v1.4.0...psql-v1.5.0) (2026-03-09) diff --git a/src/psql/devcontainer-feature.json b/src/psql/devcontainer-feature.json index 0df857d..4ee3578 100644 --- a/src/psql/devcontainer-feature.json +++ b/src/psql/devcontainer-feature.json @@ -1,7 +1,7 @@ { "id": "psql", "name": "PostgreSQL Client", - "version": "1.5.0", + "version": "1.6.0", "description": "Installs psql, the PostgreSQL interactive terminal.", "documentationURL": "https://github.com/devcontainers-features/cli/tree/main/src/psql", "options": {},