Skip to content

Commit a850dbf

Browse files
committed
update changelog and some other changelog fixes
1 parent 0e05de7 commit a850dbf

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,23 @@
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.7.3] - 2023-01-31
6+
7+
### Bugfix
8+
9+
- Fix datetime FPK format for forms (#152) [#151](https://github.com/datajoint/pharus/pull/151)
10+
511
## [0.7.2] - 2023-01-13
612

713
### Bugfix
814

9-
- Re-add `antd-table` to regex match for dynamic api gen [#150] (https://github.com/datajoint/pharus/pull/150)
15+
- Re-add `antd-table` to regex match for dynamic api gen [#150](https://github.com/datajoint/pharus/pull/150)
1016

1117
## [0.7.1] - 2023-01-10
1218

1319
### Bugfix
1420

15-
- Keyword arguments fixed, host -> databaseAddress and user -> username PR [#149] (https://github.com/datajoint/pharus/pull/149)
21+
- Keyword arguments fixed, host -> databaseAddress and user -> username PR [#149](https://github.com/datajoint/pharus/pull/149)
1622

1723
## [0.7.0] - 2023-01-05
1824

@@ -35,7 +41,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
3541

3642
### Added
3743

38-
- Added attribute default value to the form component field route response
44+
- Added attribute default value to the form component field route response [#147](https://github.com/datajoint/pharus/pull/147)
3945

4046
## [0.6.2] - 2022-11-10
4147

@@ -255,6 +261,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
255261
- Support for DataJoint attribute types: `varchar`, `int`, `float`, `datetime`, `date`, `time`, `decimal`, `uuid`.
256262
- Check dependency utility to determine child table references.
257263

264+
[0.7.3]: https://github.com/datajoint/pharus/compare/0.7.2...0.7.3
258265
[0.7.2]: https://github.com/datajoint/pharus/compare/0.7.1...0.7.2
259266
[0.7.1]: https://github.com/datajoint/pharus/compare/0.7.0...0.7.1
260267
[0.7.0]: https://github.com/datajoint/pharus/compare/0.6.4...0.7.0

0 commit comments

Comments
 (0)