Skip to content

Commit a8b0d38

Browse files
pofallonclaude
andcommitted
chore: bump all features to v1.1.0
Version bump needed to publish updated packages to GHCR. Includes install option, zoxide fix, and READMEs. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a252d51 commit a8b0d38

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": "1.0.0",
3+
"version": "1.1.0",
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, 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": "1.0.0",
3+
"version": "1.1.0",
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": "1.0.0",
3+
"version": "1.1.0",
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 optionally 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": "1.0.0",
3+
"version": "1.1.0",
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": "1.0.0",
3+
"version": "1.1.0",
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": "1.0.0",
3+
"version": "1.1.0",
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)