Skip to content

Commit

Permalink
Merge pull request #9 from xyngular/release-please--branches--main--c…
Browse files Browse the repository at this point in the history
…omponents--xsettings

chore(main): release 1.2.0
  • Loading branch information
joshorr authored Feb 21, 2023
2 parents a9c6d22 + 042d6e6 commit 554d000
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.2.0](https://github.com/xyngular/py-xsettings/compare/v1.1.2...v1.2.0) (2023-02-21)


### Features

* rename Settings to BaseSettings; retained backwards compatibility. ([07f2487](https://github.com/xyngular/py-xsettings/commit/07f24873fa6cd76a764db68e4ca1753d8d6da833))

## [1.1.2](https://github.com/xyngular/py-xsettings/compare/v1.1.1...v1.1.2) (2023-02-20)


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 = "xsettings"
version = "1.1.2"
version = "1.2.0"
description = "Ways to document, centeralize, retreive and validate settings."
authors = ["Josh Orr <[email protected]>"]
packages = [{include = "xsettings"}]
Expand Down

0 comments on commit 554d000

Please sign in to comment.