Skip to content

Commit

Permalink
switch from "unreleased" to "vNext" for marking the upcomming next ve…
Browse files Browse the repository at this point in the history
…rsion in the changelog [skip ci]
  • Loading branch information
jakoch committed May 24, 2024
1 parent 7373943 commit 4c03ab6
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ All changes to the project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
The project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
The date format in this file is YYYY-MM-DD.
The date format in this file is `YYYY-MM-DD`.
The upcomming release version is named `vNext` and links to the changes between latest version tag and git HEAD.

## [Unreleased]
## [vNext] - unreleased

- tba
- "It was a bright day in April, and the clocks were striking thirteen." - 1984

## [1.0.3] - 2024-05-23

Expand All @@ -26,8 +27,6 @@ The date format in this file is YYYY-MM-DD.

## [1.0.2] - 2024-02-15

- changes

**Added**

- added nano
Expand All @@ -48,10 +47,6 @@ The date format in this file is YYYY-MM-DD.

## [1.0.1] - 2023-10-09

**Changed**

- remoteUser is now "root"

**Added**

- integrated all .devcontainer "features" into the Dockerfile
Expand All @@ -63,6 +58,10 @@ The date format in this file is YYYY-MM-DD.
- added libclang-rt-17-dev
- added "created" annotation to container description

**Changed**

- remoteUser is now "root"

**Removed**

- removed the .devcontainer "features" key
Expand Down Expand Up @@ -91,10 +90,9 @@ The date format in this file is YYYY-MM-DD.

- cmake.configureSetting - CMAKE_EXPORT_COMPILE_COMMANDS ON (you may set this in your project presets)

<!-- Section for Reference Links -->

<!-- Backlinks -->

[unreleased]: https://github.com/jakoch/cpp-devbox/compare/v1.0.3...HEAD
[vNext]: https://github.com/jakoch/cpp-devbox/compare/v1.0.3...HEAD
[1.0.3]: https://github.com/jakoch/cpp-devbox/releases/tag/v1.0.3
[1.0.2]: https://github.com/jakoch/cpp-devbox/releases/tag/v1.0.2
[1.0.1]: https://github.com/jakoch/cpp-devbox/releases/tag/v1.0.1
Expand Down

0 comments on commit 4c03ab6

Please sign in to comment.