Skip to content

Commit

Permalink
chore(main): release 1.2.0 (#72)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 26, 2023
1 parent 322f5a2 commit 07889fb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.2.0](https://github.com/PHACDataHub/django-phac_aspc-helpers/compare/v1.1.1...v1.2.0) (2023-10-25)


### Features

* add csv export utils ([#70](https://github.com/PHACDataHub/django-phac_aspc-helpers/issues/70)) ([e9fb3e5](https://github.com/PHACDataHub/django-phac_aspc-helpers/commit/e9fb3e5308a2be64c9dcf7243b9f47c506e87132))
* add rules utility ([#74](https://github.com/PHACDataHub/django-phac_aspc-helpers/issues/74)) ([322f5a2](https://github.com/PHACDataHub/django-phac_aspc-helpers/commit/322f5a2ed7ac142df7e40d447794e4602fabb430))

## [1.1.1](https://github.com/PHACDataHub/django-phac_aspc-helpers/compare/v1.1.0...v1.1.1) (2023-10-03)


Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = django-phac_aspc-helpers
version = 1.1.1
version = 1.2.0
description = Set of helpers for Django used at PHAC-ASPC
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

1 comment on commit 07889fb

@github-actions
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
phac_aspc
   rules.py29293%15, 54
phac_aspc/django
   excel.py1893383%17–18, 49, 81, 85, 119–121, 125–129, 132–133, 162, 170, 186–187, 194, 239, 244, 247, 249, 251, 254, 260, 266, 285–286, 293–294, 319–320, 327–328
   fields.py791680%46, 67–80, 102–105, 120–125, 128–132
phac_aspc/django/admin/decorators
   admin_decorators.py18289%37–38
phac_aspc/django/helpers
   jinja_dtl_interop_utils.py7186%21
phac_aspc/django/helpers/auth
   backend.py28280%2–36
   views.py442739%22, 27–30, 35–43, 48–100
phac_aspc/django/helpers/locale
   code.py8362%10, 13–14
phac_aspc/django/helpers/logging
   configure_logging.py31197%124
   json_post_handlers.py27389%8–9, 61
   utils.py11282%43, 48
phac_aspc/django/helpers/templatetags
   phac_aspc_auth.py7186%14
   phac_aspc_localization.py11464%11, 26–29
phac_aspc/django/helpers/views
   wet.py10640%12–19
phac_aspc/django/localization
   hooks.py660%2–16
phac_aspc/django/localization/decorators
   __init__.py220%4–6
   localization_decorators.py11110%4–46
phac_aspc/django/settings
   logging.py271544%29–37, 47–66
   security.py21957%34–45
phac_aspc/django/settings/utils
   configure_settings_for_tests.py3233%15–19
TOTAL79817478% 

Tests Skipped Failures Errors Time
43 0 💤 0 ❌ 0 🔥 3.223s ⏱️

Please sign in to comment.