Skip to content

Commit

Permalink
chore(master): release 0.1.8 (#36)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.1.8](v0.1.7...v0.1.8)
(2024-09-18)


### Bug Fixes

* date fields are treated as strings
([#44](#44))
([c814a21](c814a21))
* importer now processes all files
([#34](#34))
([a0e5eae](a0e5eae))
* properly create and push annotated tag
([#43](#43))
([11ccf67](11ccf67))
* regex matcher now more obvious behaviour
([#38](#38))
([a19545e](a19545e))
* stringify values before pattern matching
([#41](#41))
([9ecd0a7](9ecd0a7))
* support matching between dates and better regex handling
([#39](#39))
([72e2c9a](72e2c9a))


### Documentation

* point to correct website
([#40](#40))
([3838cad](3838cad))
* provide correct installation info
([#42](#42))
([4b397eb](4b397eb))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
airtonix authored Sep 18, 2024
1 parent 11ccf67 commit 1330d2c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.1.7"}
{".":"0.1.8"}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [0.1.8](https://github.com/zenobi-us/beancount-importer-rules/compare/v0.1.7...v0.1.8) (2024-09-18)


### Bug Fixes

* date fields are treated as strings ([#44](https://github.com/zenobi-us/beancount-importer-rules/issues/44)) ([c814a21](https://github.com/zenobi-us/beancount-importer-rules/commit/c814a2157665ce5b20c999213d5c7ba07be8889c))
* importer now processes all files ([#34](https://github.com/zenobi-us/beancount-importer-rules/issues/34)) ([a0e5eae](https://github.com/zenobi-us/beancount-importer-rules/commit/a0e5eae9d53fd1b604faaf3285f45e5731059cdc))
* properly create and push annotated tag ([#43](https://github.com/zenobi-us/beancount-importer-rules/issues/43)) ([11ccf67](https://github.com/zenobi-us/beancount-importer-rules/commit/11ccf679a42f3a5f4030c40549ed42988a4c0e69))
* regex matcher now more obvious behaviour ([#38](https://github.com/zenobi-us/beancount-importer-rules/issues/38)) ([a19545e](https://github.com/zenobi-us/beancount-importer-rules/commit/a19545e37120005f70adf50ec85396b659fa7f84))
* stringify values before pattern matching ([#41](https://github.com/zenobi-us/beancount-importer-rules/issues/41)) ([9ecd0a7](https://github.com/zenobi-us/beancount-importer-rules/commit/9ecd0a75ae9a8e279dcb178e30369febc1ae0f8c))
* support matching between dates and better regex handling ([#39](https://github.com/zenobi-us/beancount-importer-rules/issues/39)) ([72e2c9a](https://github.com/zenobi-us/beancount-importer-rules/commit/72e2c9a1ee73157b50623152c3f64826efc529b9))


### Documentation

* point to correct website ([#40](https://github.com/zenobi-us/beancount-importer-rules/issues/40)) ([3838cad](https://github.com/zenobi-us/beancount-importer-rules/commit/3838cadadbe2a46aa61722da72189a6b40fa55dc))
* provide correct installation info ([#42](https://github.com/zenobi-us/beancount-importer-rules/issues/42)) ([4b397eb](https://github.com/zenobi-us/beancount-importer-rules/commit/4b397ebb8957aef9cd93330f0954e38633b67462))

## [0.1.7](https://github.com/zenobi-us/beancount-importer-rules/compare/v0.1.6...v0.1.7) (2024-09-10)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "beancount-importer-rules"
version = "0.1.7"
version = "0.1.8"
description = "Beancount importer rules engine"
authors = [
{ name = "Zeno Jiricek", email = "[email protected]" },
Expand Down

0 comments on commit 1330d2c

Please sign in to comment.