Skip to content

Commit

Permalink
bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RKIMetadataExchange committed Oct 7, 2024
1 parent bc63ed7 commit 8fa3640
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- support for structured file formats (xml, tsv, xls and xlsx)

### Changes

### Deprecated
Expand All @@ -19,10 +17,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- github action for containerization

### Security

## [0.7.0] - 2024-10-07

### Added

- support for structured file formats (xml, tsv, xls and xlsx)

### Fixed

- github action for containerization

## [0.6.0] - 2024-09-11

### Added
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "mex-drop"
version = "0.6.5"
version = "0.7.0"
description = "Data upload and download service for the MEx project."
authors = [{ name = "MEx Team", email = "[email protected]" }]
readme = { file = "README.md", content-type = "text/markdown" }
Expand Down

0 comments on commit 8fa3640

Please sign in to comment.