Skip to content

Commit

Permalink
Merge pull request #129 from jverswijver/update_changelog
Browse files Browse the repository at this point in the history
update changelog
  • Loading branch information
Ernaldis committed Sep 21, 2022
2 parents c17ee2c + 3dd7a44 commit dafb069
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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

## [0.5.0] - 2022-09-21
### Fixed
- Bugs with returning UUID and NaN values PR #128

### Added
- Support schemas with a `-` by specifying instead with `__` in dynamic spec PR #128
- Support for new `antd-table` component. Prior `table` component will be deprecated in the next minor release. PR #128
- Support for InsertComponent

## [0.4.1] - 2022-03-24
### Fixed
- Bug with otumat version not being tied to the latest PR #119
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
command: pharus
fakeservices.datajoint.io:
<<: *net
image: datajoint/nginx:v0.2.2
image: datajoint/nginx:v0.2.3
environment:
- ADD_pharus_TYPE=REST
- ADD_pharus_ENDPOINT=pharus:5000
Expand Down
2 changes: 1 addition & 1 deletion pharus/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Package metadata."""
__version__ = "0.4.1"
__version__ = "0.5.0"

0 comments on commit dafb069

Please sign in to comment.