Skip to content

Commit f775087

Browse files
committed
docs: 📝 changelog
1 parent cfa30f3 commit f775087

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
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.10] - 2023-10-10
5+
## [0.8.10] - 2023-11-16
66

77
### Fixed
88

9+
- Docs' table cell text color in dark mode [#171](https://github.com/datajoint/pharus/pull/171)
910
- Bug with `/definition` route for part tables [#170](https://github.com/datajoint/pharus/pull/170)
1011

1112
## [0.8.9] - 2023-10-02
@@ -333,6 +334,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
333334
- Support for DataJoint attribute types: `varchar`, `int`, `float`, `datetime`, `date`, `time`, `decimal`, `uuid`.
334335
- Check dependency utility to determine child table references.
335336

337+
[0.8.10]: https://github.com/datajoint/pharus/compare/0.8.9...0.8.10
336338
[0.8.9]: https://github.com/datajoint/pharus/compare/0.8.8...0.8.9
337339
[0.8.8]: https://github.com/datajoint/pharus/compare/0.8.7...0.8.8
338340
[0.8.7]: https://github.com/datajoint/pharus/compare/0.8.6...0.8.7

pharus/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def api_version() -> str:
127127
Content-Type: application/json
128128
129129
{
130-
"version": "0.8.9"
130+
"version": "0.8.10"
131131
}
132132
```
133133

pharus/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Package metadata."""
2-
__version__ = "0.8.9"
2+
__version__ = "0.8.10"

0 commit comments

Comments
 (0)