Skip to content

Commit

Permalink
0.12.1
Browse files Browse the repository at this point in the history
chore(release): 0.12.1

Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Oct 1, 2023
1 parent 59eaa5f commit 9a2798d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,17 @@

<!--next-version-placeholder-->

## v0.12.1 (2023-10-01)

### Fix

* Xml defaultNamespace serialization and detection ([#20](https://github.com/madpah/serializable/issues/20)) ([`59eaa5f`](https://github.com/madpah/serializable/commit/59eaa5f28eb2969e9d497669ef0436eb87b7525d))

### Documentation

* Render only public API ([#19](https://github.com/madpah/serializable/issues/19)) ([`fcc5d8e`](https://github.com/madpah/serializable/commit/fcc5d8e6c49e8b8c199cb55f855d09e4259a075a))
* Set codeblock language and caption ([#15](https://github.com/madpah/serializable/issues/15)) ([`5d5cf7b`](https://github.com/madpah/serializable/commit/5d5cf7bc29ed70f4024c714b2326012a9db54cea))

## v0.12.0 (2023-03-07)
### Feature
* Bump dev dependencies to latest (including `mypy` fixes) ([`06dcaa2`](https://github.com/madpah/serializable/commit/06dcaa28bfebb4505ddc67b287dc6f416822ffb6))
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -25,7 +25,7 @@

# The full version, including alpha/beta/rc tags
# !! version is managed by semantic_release
release = '0.12.0'
release = '0.12.1'

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "py-serializable"
version = "0.12.0"
version = "0.12.1"
description = "Library for serializing and deserializing Python Objects to and from JSON and XML."
authors = ["Paul Horton <paul.horton@owasp.org>"]
maintainers = ["Paul Horton <paul.horton@owasp.org>"]
Expand Down
2 changes: 1 addition & 1 deletion serializable/__init__.py
Expand Up @@ -44,7 +44,7 @@

# !! version is managed by semantic_release
# do not use typing here, or else `semantic_release` might have issues finding the variable
__version__ = '0.12.0'
__version__ = '0.12.1'

logger = logging.getLogger('serializable')
logger.setLevel(logging.INFO)
Expand Down

0 comments on commit 9a2798d

Please sign in to comment.