Skip to content

Commit

Permalink
#352 Prepare for versioned release (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj authored Aug 26, 2022
1 parent e43755e commit fc7c29f
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 143 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

-

## [2.1.0] - 2022-08-26

### Changed in 2.1.0

- In `Dockerfile`, bump from `senzing/senzingapi-runtime:3.1.1` to `senzing/senzingapi-runtime:3.2.0`
- Updated python dependencies

### Deleted in 2.1.0

- Removed support for `SENZING_DEFAULT_ENTITY_TYPE`
- Deleted `Dockerfile-with-data`

## [2.0.2] - 2022-07-29

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ENV REFRESHED_AT=2022-08-25

LABEL Name="senzing/stream-loader" \
Maintainer="support@senzing.com" \
Version="2.0.2"
Version="2.1.0"

# Run as "root" for system installation.

Expand Down Expand Up @@ -59,7 +59,7 @@ ENV REFRESHED_AT=2022-08-25

LABEL Name="senzing/stream-loader" \
Maintainer="support@senzing.com" \
Version="2.0.2"
Version="2.1.0"

# Define health check.

Expand Down
140 changes: 0 additions & 140 deletions Dockerfile-with-data

This file was deleted.

2 changes: 1 addition & 1 deletion stream-loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
# Metadata

__all__ = []
__version__ = "2.0.2" # See https://www.python.org/dev/peps/pep-0396/
__version__ = "2.1.0" # See https://www.python.org/dev/peps/pep-0396/
__date__ = '2018-10-29'
__updated__ = '2022-08-26'

Expand Down

0 comments on commit fc7c29f

Please sign in to comment.