Skip to content

Commit e4bf355

Browse files
committed
Version tick to 0.8.12
1 parent a0bfc79 commit e4bf355

4 files changed

Lines changed: 12 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,17 @@
22

33
Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.
44

5-
## [0.8.11] - TBD
5+
## [0.8.12] - 2024-10-03
66

77
### Fixed
88

9-
- bug with forms that was preventing nullable foreign keys from being null in sci-viz[#172](https://github.com/datajoint/pharus/pull/172)
9+
- Ensure that timestamps are in UTC format for the Works frontend [#179](https://github.com/datajoint/pharus/pull/179)
10+
11+
## [0.8.11] - 2024-09-17
12+
13+
### Fixed
14+
15+
- Bug with forms that was preventing nullable foreign keys from being null in sci-viz[#172](https://github.com/datajoint/pharus/pull/172)
1016
- Bug in Works where NaN values were breaking the Works frontend [#174](https://github.com/datajoint/pharus/pull/174)
1117

1218
## [0.8.10] - 2023-11-16

docker-compose-deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# PHARUS_VERSION=0.8.0 docker-compose -f docker-compose-deploy.yaml pull
2-
# PHARUS_VERSION=0.8.0 docker-compose -f docker-compose-deploy.yaml up -d
1+
# PHARUS_VERSION=0.8.12 docker-compose -f docker-compose-deploy.yaml pull
2+
# PHARUS_VERSION=0.8.12 docker-compose -f docker-compose-deploy.yaml up -d
33
#
44
# Intended for production deployment.
55
# Note: You must run both commands above for minimal outage

pharus/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def api_version() -> str:
164164
Content-Type: application/json
165165
166166
{
167-
"version": "0.8.11"
167+
"version": "0.8.12"
168168
}
169169
```
170170

pharus/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Package metadata."""
22

3-
__version__ = "0.8.11"
3+
__version__ = "0.8.12"

0 commit comments

Comments
 (0)