Skip to content

Commit

Permalink
v2.5.1 (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpepple authored Aug 19, 2024
1 parent 771355a commit d1efc49
Show file tree
Hide file tree
Showing 6 changed files with 94 additions and 55 deletions.
32 changes: 32 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# 📰 Metron-Tagger News

## v2.5.1

## 🚀 Features

- Fix User Matching Interaction @bpepple (#138)

## 🐛 Bug Fixes

- Ignore `Corrupt EXIF data` warnings @bpepple (#137)

## v2.5.0

## 🚀 Features

- Add imprint support @bpepple (#135)

## 🧰 Maintenance

- v2.5.0 @bpepple (#136)

## v2.4.0

## 🚀 Features

- Add New Format Name to mapping in FileRenamer class @bpepple (#132)
- Update for Hardcover Naming Change @bpepple (#131)

## 🧰 Maintenance

- v2.4.0 @bpepple (#134)
- Update Project Dependencies @bpepple (#133)

## v2.3.2

## 🧰 Maintenance
Expand Down
2 changes: 1 addition & 1 deletion metrontagger/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Projects version information used in setup.py."""

__version__ = "2.5.0"
__version__ = "2.5.1"
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.5.0",
"version": "2.5.1",
"description": "metron-tagger linting",
"type": "module",
"scripts": {
Expand Down
107 changes: 57 additions & 50 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "metron-tagger"
version = "2.5.0"
version = "2.5.1"
description = "A program to write metadata from metron.cloud to a comic archive"
authors = ["Brian Pepple <[email protected]>"]
license = "GPL-3.0-or-later"
Expand Down

0 comments on commit d1efc49

Please sign in to comment.