Skip to content

Commit

Permalink
version bump and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AbstractUmbra committed Oct 19, 2022
1 parent 8f1d526 commit c2ee039
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
9 changes: 3 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
3.4.0
3.4.1

API Version 5.7.2

# Hondana Changelog
API Release!
Fix release

## Added
- Add new filter methods on chapter feed endpoints. (e7eb70579e82034623980254deb8e317083c975a)
- Add new parameter to update read markers endpoint for controlling the user's read history. (74ef0e0e35cf989130ec62d5f2b75478c76a1497 and 5ea3ef76032984fd52a3bb842d5b563ef9ea95ba)

## Changes
- Added a guard on potential null values. (7782654e6fc8c451ea5de1c47217a9c6e2fe5864)

## Fixes
- Fixed issue where some special characters were accidentally causing bad HTTP errors. (d4a3d728f43adca3b740a1b5c3523d9401473fe4)

### Notes
- **Removed** now deprecated and deleted endpoints for singluar read marker endpoints. (5daa506f6e1dd4a398c2b14645d4bff2f4bce0b2)

### Noted Contributors
2 changes: 1 addition & 1 deletion hondana/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
__author__ = "AbstractUmbra"
__license__ = "MIT"
__copyright__ = "Copyright 2021-present AbstractUmbra"
__version__ = "3.4.0"
__version__ = "3.4.1"

import logging
from typing import Literal, NamedTuple
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "Hondana"
version = "3.4.0"
version = "3.4.1"
description = "An asynchronous wrapper around the MangaDex v5 API"
authors = ["Alex Nørgaard <[email protected]>"]

Expand Down

0 comments on commit c2ee039

Please sign in to comment.