Skip to content

Commit aed49fd

Browse files
chore: auto-bump feature versions for release
1 parent c9fdcdb commit aed49fd

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/ai-clis/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "ai-clis",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"name": "AI CLI Tools",
55
"documentationURL": "https://github.com/get2knowio/devcontainer-features/tree/main/src/ai-clis",
66
"description": "Installs AI coding assistant CLIs and agentic development tools: Claude Code, Gemini CLI, OpenAI Codex, GitHub Copilot, OpenCode, CodeRabbit, Beads (with Dolt), and Specify CLI.",

src/github-actions-tools/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "github-actions-tools",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"name": "GitHub Actions Tools",
55
"documentationURL": "https://github.com/get2knowio/devcontainer-features/tree/main/src/github-actions-tools",
66
"description": "Installs tools for local GitHub Actions development: act (local runner) and actionlint (workflow linter).",

src/modern-cli-tools/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "modern-cli-tools",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"name": "Modern CLI Tools",
55
"documentationURL": "https://github.com/get2knowio/devcontainer-features/tree/main/src/modern-cli-tools",
66
"description": "Installs modern CLI replacements and TUI tools: bat, ripgrep, fd, fzf, eza, zoxide, neovim, tmux, lazygit, ast-grep, jujutsu, and zellij.",

src/node-dev-tools/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "node-dev-tools",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"name": "Node.js Development Tools",
55
"documentationURL": "https://github.com/get2knowio/devcontainer-features/tree/main/src/node-dev-tools",
66
"description": "Installs TypeScript toolchain, bundlers, linters, file watchers, and Bun runtime for Node.js development.",

src/python-tools/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "python-tools",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"name": "Python Development Tools",
55
"documentationURL": "https://github.com/get2knowio/devcontainer-features/tree/main/src/python-tools",
66
"description": "Installs Python development tools: uv, Poetry, ruff, and mypy.",

src/rust-dev-tools/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "rust-dev-tools",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"name": "Rust Development Tools",
55
"documentationURL": "https://github.com/get2knowio/devcontainer-features/tree/main/src/rust-dev-tools",
66
"description": "Installs Rust development tools: bacon (build watcher), cargo-edit, and cargo-audit.",

0 commit comments

Comments
 (0)