Skip to content

Commit

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

### Added

### Changes

### Deprecated

### Removed

### Fixed

### Security

## [0.3.0] - 2024-06-14

### Added

- configure renovatebot for mex-template itself
- pdm release plugin as additional requirement for template packages
- github action for releasing a new version in template packages
Expand All @@ -28,8 +42,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- trigger documentation on release pipeline instead of pushed tag
- harmonize cron schedules

### Deprecated

### Removed

- drop npm support from renovate pipeline
Expand All @@ -43,8 +55,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- fix wording of release pipeline title
- fix tagging and pushing docker containers to ghcr.io

### Security

## [0.2.0] - 2024-04-30

### Added
Expand Down
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "mex-template"
version = "0.2.0"
version = "0.3.0"
description = "Cookiecutter template for MEx python projects."
authors = [{ name = "MEx Team", email = "[email protected]" }]
readme = { file = "README.md", content-type = "text/markdown" }
Expand All @@ -9,3 +9,5 @@ urls = { Repository = "https://github.com/robert-koch-institut/mex-template" }
requires-python = "<3.13,>=3.11"
dependencies = []
optional-dependencies.dev = []

[tool.pdm]

0 comments on commit 71137ce

Please sign in to comment.