Skip to content

Commit

Permalink
chore(release): Bumped to Version 0.9.0
Browse files Browse the repository at this point in the history
# [0.9.0](v0.8.2...v0.9.0) (2024-12-12)

### Bug Fixes

* add missing import ([f928059](f928059))
* Add table alias in join queries to avoid ambiguous column errors for configurable reference column ([87cb68d](87cb68d))
* avoid increasing rank for `"" in "some_description"` ([c158f06](c158f06))
* **Banking Settings:** set field options on refresh (for existing rows) ([d311583](d311583))
* Co-exist reference and name matches + reference equality match ([a6f2b4a](a6f2b4a))
* correct fieldname and misc ([2f45b76](2f45b76))
* german description ([2671947](2671947))
* Merge Conflicts ([ec547e0](ec547e0))
* Move Reference column at the end + Saner column position handling ([7b936ac](7b936ac))
* Over-indent + Typing + Translations ([d9595b5](d9595b5))
* **test:** Handle explicit commit in create_custom_field ([ac798e7](ac798e7))
* **test:** use setUp to make sure each test is completely atomic ([e8cd6a1](e8cd6a1))
* Validate if the config points to a deleted field ([fe5af8d](fe5af8d))

### Features

* **Banking Settings:** show field label instead of name ([5e196fe](5e196fe))
* Configurable Reference Field ([6c544bc](6c544bc))
  • Loading branch information
alyf-linus committed Dec 12, 2024
1 parent fbe86af commit f0ee34f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion banking/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.8.2"
__version__ = "0.9.0"

0 comments on commit f0ee34f

Please sign in to comment.