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
8 changes: 4 additions & 4 deletions .github/settings/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}
13 changes: 13 additions & 0 deletions src/atlas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion src/atlas/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
7 changes: 7 additions & 0 deletions src/gum/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion src/gum/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
13 changes: 13 additions & 0 deletions src/nvim/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion src/nvim/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
13 changes: 13 additions & 0 deletions src/psql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion src/psql/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -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": {},
Expand Down