Skip to content

Commit

Permalink
fix: Fix issue where dashes in config were not being parsed correctly
Browse files Browse the repository at this point in the history
chore(deps): Bump arcon from 0.1.0 to 0.1.1
  • Loading branch information
jshwi committed Nov 30, 2022
1 parent 96ab583 commit 70cf278
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 21 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

[Unreleased](https://github.com/jshwi/docsig/compare/v0.26.0...HEAD)
------------------------------------------------------------------------
### Fixed
- Fix issue where dashes in config were not being parsed correctly

[0.26.0](https://github.com/jshwi/docsig/releases/tag/v0.26.0) - 2022-11-30
------------------------------------------------------------------------
Expand Down
40 changes: 20 additions & 20 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ repository = "https://github.com/jshwi/docsig"
version = "0.26.0"

[tool.poetry.dependencies]
arcon = "^0.1.0"
arcon = "^0.1.1"
astroid = "^2.11.6"
object-colors = "^2.1.0"
Pygments = "^2.13.0"
Expand Down

0 comments on commit 70cf278

Please sign in to comment.