Skip to content

Commit

Permalink
version bump to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lpm0073 committed Apr 25, 2023
1 parent ff222b6 commit 703d60e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [0.1.2] (2023-04-25)

- add strong type checking

## [0.1.1] (2023-04-25)

- renamed to secure_logger
Expand Down
2 changes: 1 addition & 1 deletion __about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# Increment this version number to trigger a new release. See
# CHANGELOG.md for information on the versioning scheme.
__version__ = "0.1.1"
__version__ = "0.1.2"

# The app name will be used to define the name of the default plugin root and
# plugin directory. To avoid conflicts between multiple locally-installed
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ build-backend = "setuptools.build_meta:__legacy__"
#------------------------------------------------------------------------------
[project]
name = "secure-logger"
version = "0.1.1"
version = "0.1.2"
authors = [
{ name="Lawrence McDaniel", email="lpm0073@gmail.com" }
]
Expand Down

0 comments on commit 703d60e

Please sign in to comment.