Skip to content

Commit

Permalink
release 1.14.0-rc.1 (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsnolde committed Nov 15, 2023
1 parent a8f27bb commit dbbc410
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -8,6 +8,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[Vroom Changelog Unreleased](https://github.com/VROOM-Project/vroom/blob/master/CHANGELOG.md#unreleased)
[Vroom-express Changelog Unreleased](https://github.com/VROOM-Project/vroom-express/blob/master/CHANGELOG.md#unreleased)

## [v1.14.0-rc.1](https://github.com/VROOM-Project/vroom/releases/tag/v1.14.0-rc.1) - 2023-11-15

[Vroom Changelog Unreleased](https://github.com/VROOM-Project/vroom/blob/master/CHANGELOG.md#unreleased)
[Vroom-express Changelog v0.11.0](https://github.com/VROOM-Project/vroom-express/blob/master/CHANGELOG.md#v0110---2022-06-11)

## [v1.13.0](https://github.com/VROOM-Project/vroom/blob/master/CHANGELOG.md#v1130---2023-01-31) - 2023-01-31

[Vroom Changelog v1.13.0](https://github.com/VROOM-Project/vroom/blob/master/CHANGELOG.md#v1130---2023-01-31)
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -13,7 +13,7 @@ RUN echo "Updating apt-get and installing dependencies..." && \
libglpk-dev \
pkg-config

ARG VROOM_RELEASE=v1.13.0
ARG VROOM_RELEASE=v1.14.0-rc.1

RUN echo "Cloning and installing vroom release ${VROOM_RELEASE}..." && \
git clone --branch $VROOM_RELEASE --recurse-submodules https://github.com/VROOM-Project/vroom.git && \
Expand Down

0 comments on commit dbbc410

Please sign in to comment.