ChangelogΒΆ

All notable changes to this project will be documented in this file.

[0.3.0] - 2026-03-31ΒΆ

πŸš€ FeaturesΒΆ

  • Add latitude and longitude fields to FirmContact

  • Add Python 3.12 and Django 6.0 to test matrix

  • Migrate to git-cliff + python-semantic-release with Conventional Commits

πŸ› Bug FixesΒΆ

  • Add pythonpath config to fix sandbox module resolution on Python 3.12

  • Upgrade GitHub Actions to Node.js 24 compatible versions

[0.2.7] - 2025-01-23ΒΆ

πŸ› Bug FixesΒΆ

  • Set publish on test-pypi and pypi into separate jobs

[0.2.6] - 2025-01-23ΒΆ

πŸš€ FeaturesΒΆ

  • Try to get tag name for release creation

[0.2.5] - 2025-01-23ΒΆ

πŸš€ FeaturesΒΆ

  • Try tu run release creation after test succeed on tag

[0.2.4] - 2025-01-23ΒΆ

πŸš€ FeaturesΒΆ

  • Try tu run release creation after test succeed on master

[0.2.3] - 2025-01-23ΒΆ

πŸš€ FeaturesΒΆ

  • Try to run publish on pypi after release created

[0.2.2] - 2025-01-23ΒΆ

πŸ› Bug FixesΒΆ

  • Syntax error on github action files

[0.2.1] - 2025-01-23ΒΆ

πŸš€ FeaturesΒΆ

  • Change release creator action and use verbose mode on pypi publish on test.pypi.org

[0.2.0] - 2025-01-23ΒΆ

πŸš€ FeaturesΒΆ

  • Major upgrade to modernize package and fix issues with CKEditor usage

  • Add conf file for gitchangelog

  • Add gitchangelog and makotemplate as requirements for release

[0.1.6] - 2024-07-18ΒΆ

πŸš€ FeaturesΒΆ

  • Enhanced code&tests quality

  • Added complete FirmContact templatetag

πŸ“š DocumentationΒΆ

  • Improved documentation

[0.1.5] - 2024-05-30ΒΆ

πŸš€ FeaturesΒΆ

  • Added global context accessibility in template tags

  • Moved serializer exception to proper module

  • Reworked flake8 exclusions

  • Added frozen deps

  • Removed dj4.0 and dj4.1 from tox tests

πŸ› Bug FixesΒΆ

  • Added default autofield in settings

  • Fixed rtd build

  • Fixed failing test for py310-django42

  • Unescaped django rendered templates in templattags tests

πŸ’Ό OtherΒΆ

  • Merge tag β€˜0.1.5’ into dev

πŸ“š DocumentationΒΆ

  • Added exceptions and manager documentation

  • Added singleton manager docstring

[0.1.4] - 2023-09-21ΒΆ

πŸ’Ό OtherΒΆ

  • [CHG #4942172] Modify firm_info tag

  • Add address parts as context variables in simple_tag

  • Rename address context variable to fill_address

πŸ“š DocumentationΒΆ

  • Add models, templatetags and serializers doc

[0.1.3] - 2023-08-30ΒΆ

πŸ› Bug FixesΒΆ

  • Typo in publish_to_pypi.yml workflow

[0.1.2] - 2023-08-30ΒΆ

πŸš€ FeaturesΒΆ

  • Publish on pypi when release was created

  • Create github release when new tag that match [0-9]+.[0-9]+.[0-9]+ name

[0.1.1] - 2023-08-30ΒΆ

πŸš€ FeaturesΒΆ

  • Add github workflow for running tox

  • Add missing init file

  • Rename test workflow

  • Add CodeQL workflow for testing

  • Add github workflow for running publish to pypi

  • Run publish_to_pypi workflow only is Test workflow is completed

πŸ› Bug FixesΒΆ

  • Wrong main branch for publish to pypi workflow

  • Update django settings for doc building

[0.1.0] - 2023-08-01ΒΆ

πŸ’Ό OtherΒΆ

  • First commit