Skip to content

Commit

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

chore(main): release 0.4.0
  • Loading branch information
joshorr authored Feb 28, 2023
2 parents cfe70ff + 06373c7 commit 096e034
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.4.0](https://github.com/xyngular/py-xcon/compare/v0.3.3...v0.4.0) (2023-02-28)


### Features

* ignore if cache table does not exist (emit warning instead). ([9ae7731](https://github.com/xyngular/py-xcon/commit/9ae773187090619b590d235812a52986607302a6))


### Bug Fixes

* default ssm serverless permissions. ([96f7e23](https://github.com/xyngular/py-xcon/commit/96f7e237c55f5d3eda17afa62d1a7f405b9b7231))

## [0.3.3](https://github.com/xyngular/py-xcon/compare/v0.3.2...v0.3.3) (2023-02-21)


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 = "xcon"
version = "0.3.3"
version = "0.4.0"
description = "Dynamic configuration retreiver."
authors = ["Josh Orr <[email protected]>"]
packages = [{include = "xcon"}]
Expand Down
2 changes: 1 addition & 1 deletion xcon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@
from .config import ConfigSettings
from .conf import xcon_settings

__version__ = '0.3.3'
__version__ = '0.4.0'

0 comments on commit 096e034

Please sign in to comment.