Skip to content

Commit f4b4fd7

Browse files
Merge pull request #136 from jverswijver/master
update changelog
2 parents 1c4d75f + 22cdf0b commit f4b4fd7

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@
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.5.2] - TBD
5+
## [0.5.2] - 2022-10-06
6+
7+
### Added
8+
9+
- Create generic component class for custom routes PR [#135](https://github.com/datajoint/pharus/pull/135)
610

711
### Fixed
812

9-
- Component type check condition to allow form POST route overriding
13+
- Component type check condition to allow form POST route overriding PR [#132](https://github.com/datajoint/pharus/pull/132)
1014

1115
## [0.5.1] - 2022-09-27
1216

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

179+
[0.5.2]: https://github.com/datajoint/pharus/compare/0.5.1...0.5.2
175180
[0.5.1]: https://github.com/datajoint/pharus/compare/0.5.0...0.5.1
176181
[0.5.0]: https://github.com/datajoint/pharus/compare/0.4.1...0.5.0
177182
[0.4.1]: https://github.com/datajoint/pharus/compare/0.4.0...0.4.1

0 commit comments

Comments
 (0)