diff --git a/.gitignore b/.gitignore index 78f6ddf..78a9ceb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ src/scicloj/.cpcache/ src/scicloj/.clj-kondo src/scicloj/poetry.lock -/src/scicloj/.lsp/ +src/scicloj/.lsp/ +src/scicloj/.devcontainer/.devpod-internal diff --git a/src/scicloj/CHANGELOG.md b/src/scicloj/CHANGELOG.md index c77b20a..24f3f9e 100644 --- a/src/scicloj/CHANGELOG.md +++ b/src/scicloj/CHANGELOG.md @@ -1,4 +1,6 @@ # unreleased + +# 1.0.5 - true color for emacs -nw # 1.0.4 diff --git a/src/scicloj/devcontainer-template.json b/src/scicloj/devcontainer-template.json index ec9f9a2..c2a7cd3 100644 --- a/src/scicloj/devcontainer-template.json +++ b/src/scicloj/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "scicloj", - "version": "1.0.4", + "version": "1.0.5", "name": "scicloj template", "description": "A scicloj Template", "documentationURL": "https://github.com/scicloj/devcontainer-templates/tree/main/src/scicloj",