Skip to content

Commit

Permalink
Bump versions for v2024.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanjli committed Dec 26, 2024
1 parent cf700bb commit afe66e5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project uses [Calendar Versioning](https://calver.org/) with a `YYYY.minor.patch` scheme.
All dates in this file are given in the [UTC time zone](https://en.wikipedia.org/wiki/Coordinated_Universal_Time).

## Unreleased
## v2024.0.0 - 2024-12-25

### Added

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
server:
image: ghcr.io/planktoscope/device-backend-processing-segmenter:sha-500d978
image: ghcr.io/planktoscope/device-backend-processing-segmenter:2024.0.0
extra_hosts:
- host.docker.internal:host-gateway

Expand Down
2 changes: 1 addition & 1 deletion core/apps/planktoscope/docs/compose-full-site.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
services:
server:
image: ghcr.io/planktoscope/project-docs:sha-776c201
image: ghcr.io/planktoscope/project-docs:2024.0.0
2 changes: 1 addition & 1 deletion core/apps/planktoscope/docs/compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
server:
image: ghcr.io/planktoscope/project-docs:sha-776c201-minimal
image: ghcr.io/planktoscope/project-docs:2024.0.0-minimal
volumes:
- server-data:/data
- server-config:/config
Expand Down

0 comments on commit afe66e5

Please sign in to comment.