|
2 | 2 |
|
3 | 3 | All changes to the project will be documented in this file.
|
4 | 4 |
|
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/). |
6 | 6 | The project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
| 7 | +the date format is YYYY-MM-DD. |
7 | 8 |
|
8 | 9 | ## [Unreleased]
|
9 | 10 |
|
10 | 11 | - this is a placeholder
|
11 | 12 |
|
| 13 | +## [1.4.0] - 2024-02-16 |
| 14 | + |
12 | 15 | ### Added
|
13 | 16 |
|
14 | 17 | - 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
|
42 | 45 | - use multiple pip install runs, else the dependencies do not resolve correctly
|
43 | 46 | - reduced number of run sections
|
44 | 47 | - added locale setup
|
45 |
| - - changed ipykernel name ("jupyter_debvox") and display_name |
| 48 | + - changed ipykernel name ("jupyter_debvox") and display_name |
46 | 49 | - jupyter_notebook_config.py:
|
47 | 50 | - used the ipykernel name as c.MultiKernelManager.default_kernel_name
|
48 | 51 | - 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
|
129 | 132 |
|
130 | 133 | - dropped the deprecated Python 2
|
131 | 134 |
|
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 |
133 | 137 | [1.3.0]: https://github.com/jakoch/jupyter-devbox/compare/v1.2.0...v1.3.0
|
134 | 138 | [1.2.0]: https://github.com/jakoch/jupyter-devbox/compare/v1.1.0...v1.2.0
|
135 | 139 | [1.1.0]: https://github.com/jakoch/jupyter-devbox/compare/v1.0.0...v1.1.0
|
|
0 commit comments