forked from LaunchPlatform/beanhub-import
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🤖 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
Showing
3 changed files
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{".":"0.1.7"} | ||
{".":"0.1.8"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]" }, | ||
|