Skip to content

Commit 290f80a

Browse files
committed
tag release v1.4.0
1 parent 509ce88 commit 290f80a

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

Diff for: CHANGELOG.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,16 @@
22

33
All changes to the project will be documented in this file.
44

5-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66
The project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
the date format is YYYY-MM-DD.
78

89
## [Unreleased]
910

1011
- this is a placeholder
1112

13+
## [1.4.0] - 2024-02-16
14+
1215
### Added
1316

1417
- added Dockerfile for arm64v8 architecture into folder ".devcontainer/arm64v8"
@@ -42,7 +45,7 @@ The project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html
4245
- use multiple pip install runs, else the dependencies do not resolve correctly
4346
- reduced number of run sections
4447
- added locale setup
45-
- changed ipykernel name ("jupyter_debvox") and display_name
48+
- changed ipykernel name ("jupyter_debvox") and display_name
4649
- jupyter_notebook_config.py:
4750
- used the ipykernel name as c.MultiKernelManager.default_kernel_name
4851
- renamed deprecated c.ServerApp.token to c.IdentityProvider.token
@@ -129,7 +132,8 @@ The project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html
129132

130133
- dropped the deprecated Python 2
131134

132-
[unreleased]: https://github.com/jakoch/jupyter-devbox/compare/v1.3.0...HEAD
135+
[unreleased]: https://github.com/jakoch/jupyter-devbox/compare/v1.4.0...HEAD
136+
[1.4.0]: https://github.com/jakoch/jupyter-devbox/compare/v1.3.0...v1.4.0
133137
[1.3.0]: https://github.com/jakoch/jupyter-devbox/compare/v1.2.0...v1.3.0
134138
[1.2.0]: https://github.com/jakoch/jupyter-devbox/compare/v1.1.0...v1.2.0
135139
[1.1.0]: https://github.com/jakoch/jupyter-devbox/compare/v1.0.0...v1.1.0

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Either by building the container image locally or by fetching the prebuild conta
9191

9292
- **Step 5.** You might get a warning message for "untrusted" Notebook content.
9393

94-
Click `Trust` to allow executing the content of the Notebook.
94+
Click `Trust` to allow running the content of the Notebook.
9595

9696
- **Step 6.** You are now able to edit cells and run their content interactively in VSCode.
9797

@@ -123,7 +123,7 @@ FROM ghcr.io/jakoch/jupyter-devbox:latest
123123
- [./devcontainer/amd64/Dockerfile][amd64_dockerfile]
124124
- aarch64 - linux/aarch64, linux/arm64/v8, linux/arm64v8
125125
- [./devcontainer/arm64v8/Dockerfile][arm64_dockerfile]
126-
- not supported:
126+
- not supported:
127127
- armel
128128
- armhf, linux/arm64/v7, linux/arm64v7
129129

0 commit comments

Comments
 (0)