Skip to content

Commit 1216db2

Browse files
authored
Merge pull request #187 from bas-amop/release_v0.2.7
Release v0.2.7
2 parents b6c7e37 + 95f3068 commit 1216db2

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
11+
## 0.2.7 - 2025-12-22
912

1013
### Added
1114
- Added all ports on localhost, 127.0.0.1 and 0.0.0.0 to CORS allowed origins.
15+
1216
### Changed
1317
- Altered the `/api/recent_routes` endpoint to return routes from the last 24 hours. Previously it returned routes from the current calendar day.
1418
- Renamed and repositioned "Falklands" location to "Mare Harbour".
@@ -21,7 +25,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2125

2226
## 0.2.5 - 2025-12-15
2327

24-
2528
### Added
2629
- added ensure_adminuser command to add subtly more sophisticated behaviour to Django's createsuperuser - i.e. don't raise non-zero exit code if superuser already exists, add more useful output.
2730
- Empty arrays to empty responses for a consistent response structure.

docs/apischema.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.3
22
info:
33
title: PolarRoute-Server
4-
version: 0.2.7.dev6+g9799f8f30.d20251222
4+
version: 0.2.7
55
description: Backend server for serving PolarRoute and MeshiPhi assets
66
paths:
77
/api/evaluate_route:

0 commit comments

Comments
 (0)