Skip to content

Commit

Permalink
Merge pull request #8 from GateNLP/teamware-2.2.0
Browse files Browse the repository at this point in the history
Chart for Teamware 2.2.0
  • Loading branch information
ianroberts authored May 8, 2024
2 parents 6223f8b + 12d0a15 commit 53db43e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gate-teamware/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 2.1.1
version: 2.2.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "2.1.1"
appVersion: "2.2.0"

dependencies:
- name: postgresql
Expand Down
6 changes: 6 additions & 0 deletions gate-teamware/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,12 @@ and the deployments may need to be manually updated using `kubectl rollout resta

## Changelog

### Version 2.2.0

Upgraded `appVersion` to [GATE Teamware 2.2.0](https://github.com/GateNLP/gate-teamware/releases/tag/v2.2.0).

This version of GATE Teamware changes the format of JSON data exports to place the annotation values immediately under "features" instead of nested inside a "label" wrapper. Other code that consumes Teamware JSON files may need to be updated to match.

### Version 2.1.1

Upgraded `appVersion` to [GATE Teamware 2.1.1](https://github.com/GateNLP/gate-teamware/releases/tag/v2.1.1).
Expand Down

0 comments on commit 53db43e

Please sign in to comment.