Skip to content

Commit b0bfc6f

Browse files
committed
docs: 📝 changelog
1 parent a897809 commit b0bfc6f

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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.9] - 2023-10-02
6+
7+
### Added
8+
9+
- Throw new errors for invalid schemas and tables [#168](https://github.com/datajoint/pharus/pull/168)
10+
511
## [0.8.8] - 2023-09-20
612

713
### Changed
@@ -321,6 +327,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
321327
- Support for DataJoint attribute types: `varchar`, `int`, `float`, `datetime`, `date`, `time`, `decimal`, `uuid`.
322328
- Check dependency utility to determine child table references.
323329

330+
[0.8.9]: https://github.com/datajoint/pharus/compare/0.8.8...0.8.9
324331
[0.8.8]: https://github.com/datajoint/pharus/compare/0.8.7...0.8.8
325332
[0.8.7]: https://github.com/datajoint/pharus/compare/0.8.6...0.8.7
326333
[0.8.6]: https://github.com/datajoint/pharus/compare/0.8.5...0.8.6

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.8"
130+
"version": "0.8.9"
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.8"
2+
__version__ = "0.8.9"

0 commit comments

Comments
 (0)