Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.0.1
10.1.0
2 changes: 1 addition & 1 deletion devcontainers/base/devcontainer-template.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "base",
"name": "DotMH Base Dev Container",
"version": "10.0.1",
"version": "10.1.0",
"publisher": "DotMH <oss+devcontainer@dotmh.io>",
"description": "The base dev container for interacting with the base container image",
"licenseURL": "https://github.com/dotmh/devcontainer/blob/main/LICENSE",
Expand Down
2 changes: 1 addition & 1 deletion devcontainers/cloud/devcontainer-template.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "cloud",
"name": "DotMH Cloud Dev Container",
"version": "10.0.1",
"version": "10.1.0",
"publisher": "DotMH <oss+devcontainer@dotmh.io>",
"description": "The cloud dev container for interacting with the cloud container image",
"licenseURL": "https://github.com/dotmh/devcontainer/blob/main/LICENSE",
Expand Down
2 changes: 1 addition & 1 deletion devcontainers/csharp/devcontainer-template.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "csharp",
"name": "DotMH C# Dev Container",
"version": "10.0.1",
"version": "10.1.0",
"publisher": "DotMH <oss+devcontainer@dotmh.io>",
"description": "The Go dev container for developing with C#",
"licenseURL": "https://github.com/dotmh/devcontainer/blob/main/LICENSE",
Expand Down
2 changes: 1 addition & 1 deletion devcontainers/go/devcontainer-template.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "go",
"name": "DotMH Go Dev Container",
"version": "10.0.1",
"version": "10.1.0",
"publisher": "DotMH <oss+devcontainer@dotmh.io>",
"description": "The Go dev container for developing with Go",
"licenseURL": "https://github.com/dotmh/devcontainer/blob/main/LICENSE",
Expand Down
2 changes: 1 addition & 1 deletion devcontainers/kotlin/devcontainer-template.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "kotlin",
"name": "DotMH Kotlin Dev Container",
"version": "10.0.1",
"version": "10.1.0",
"publisher": "DotMH <oss+devcontainer@dotmh.io>",
"description": "The Kotlin dev container for developing with Kotlin",
"licenseURL": "https://github.com/dotmh/devcontainer/blob/main/LICENSE",
Expand Down
2 changes: 1 addition & 1 deletion devcontainers/node/devcontainer-template.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "node",
"name": "DotMH Node Dev Container",
"version": "10.0.1",
"version": "10.1.0",
"publisher": "DotMH <oss+devcontainer@dotmh.io>",
"description": "The Node dev container for developing with Node and PNPM",
"licenseURL": "https://github.com/dotmh/devcontainer/blob/main/LICENSE",
Expand Down
4 changes: 2 additions & 2 deletions devcontainers/rust/devcontainer-template.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "node",
"id": "rust",
"name": "DotMH Rust Dev Container",
"version": "10.0.1",
"version": "110.1.0",
"publisher": "DotMH <oss+devcontainer@dotmh.io>",
"description": "The Rust dev container for developing with Rustup, Rust and Cargo",
"licenseURL": "https://github.com/dotmh/devcontainer/blob/main/LICENSE",
Expand Down