Skip to content

Commit dafb069

Browse files
authored
Merge pull request #129 from jverswijver/update_changelog
update changelog
2 parents c17ee2c + 3dd7a44 commit dafb069

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +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.0] - 2022-09-21
6+
### Fixed
7+
- Bugs with returning UUID and NaN values PR #128
8+
9+
### Added
10+
- Support schemas with a `-` by specifying instead with `__` in dynamic spec PR #128
11+
- Support for new `antd-table` component. Prior `table` component will be deprecated in the next minor release. PR #128
12+
- Support for InsertComponent
13+
514
## [0.4.1] - 2022-03-24
615
### Fixed
716
- Bug with otumat version not being tied to the latest PR #119

docker-compose-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ services:
3232
command: pharus
3333
fakeservices.datajoint.io:
3434
<<: *net
35-
image: datajoint/nginx:v0.2.2
35+
image: datajoint/nginx:v0.2.3
3636
environment:
3737
- ADD_pharus_TYPE=REST
3838
- ADD_pharus_ENDPOINT=pharus:5000

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.4.1"
2+
__version__ = "0.5.0"

0 commit comments

Comments
 (0)