Skip to content

Commit

Permalink
Merge pull request #181 from nationalarchives/release/v1.5.7
Browse files Browse the repository at this point in the history
Release v1.5.7
  • Loading branch information
jacksonj04 authored Sep 23, 2024
2 parents 60d1762 + 8e6aeaa commit a2d2309
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,11 @@ repos:
- id: prettier
types_or: [yaml, json, xml, markdown, scss, javascript]
exclude: courts\.md

- repo: https://github.com/commitizen-tools/commitizen
rev: v3.29.0
hooks:
- id: commitizen
- id: commitizen-branch
stages:
- push
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## v1.5.7 (2024-09-23)

### Fix

- **FCL-299**: remove incorrect end_year values for courts

## [Release 1.5.6]

- Change Crown Courts to EWCRC
Expand Down
9 changes: 8 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ds_caselaw_utils"
version = "1.5.6"
version = "1.5.7"
description = "Utilities for the National Archives Caselaw project"
authors = ["Nick Jackson <[email protected]>", "David McKee <[email protected]>", "Tim Cowlishaw <[email protected]>", "Laura Porter <[email protected]>"]
license = "MIT"
Expand Down Expand Up @@ -39,6 +39,13 @@ unfixable = ["ERA"]
# PD, NPY, AIR: ignored, panda / numpy / airflow specific
# FURB: not yet out of preview


[tool.commitizen]
name = "cz_conventional_commits"
tag_format = "v$version"
version_scheme = "pep440"
version_provider = "poetry"
update_changelog_on_bump = true
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

0 comments on commit a2d2309

Please sign in to comment.