Skip to content

Commit c1df786

Browse files
chore(main): release 1.1.8
1 parent fc1f364 commit c1df786

4 files changed

Lines changed: 25 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.1.7"
2+
".": "1.1.8"
33
}

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## [1.1.8](https://github.com/OpenRailAssociation/compliance-assistant/compare/v1.1.7...v1.1.8) (2026-07-18)
4+
5+
6+
### ⚙️ Chores
7+
8+
* add license-files, repository URL, and changelog URL to pyproject.toml ([#155](https://github.com/OpenRailAssociation/compliance-assistant/issues/155)) ([3ac1ac0](https://github.com/OpenRailAssociation/compliance-assistant/commit/3ac1ac014ee536126c35e52af8de0471362e0ab3))
9+
* **deps:** lock file maintenance ([#141](https://github.com/OpenRailAssociation/compliance-assistant/issues/141)) ([1131d10](https://github.com/OpenRailAssociation/compliance-assistant/commit/1131d10f8a0e7298b64376c832cdd5aed8816a4e))
10+
* **deps:** lock file maintenance ([#144](https://github.com/OpenRailAssociation/compliance-assistant/issues/144)) ([91bd75f](https://github.com/OpenRailAssociation/compliance-assistant/commit/91bd75f3114a729c6175edfab02659f462be195f))
11+
* **deps:** lock file maintenance ([#145](https://github.com/OpenRailAssociation/compliance-assistant/issues/145)) ([39a02c2](https://github.com/OpenRailAssociation/compliance-assistant/commit/39a02c2f9a310fdcb3cc88080229b38d0be3c9d9))
12+
* **deps:** lock file maintenance ([#148](https://github.com/OpenRailAssociation/compliance-assistant/issues/148)) ([6b1e3e7](https://github.com/OpenRailAssociation/compliance-assistant/commit/6b1e3e7cf686383cffc57490a7a56a59f9bb64d7))
13+
* **deps:** lock file maintenance ([#150](https://github.com/OpenRailAssociation/compliance-assistant/issues/150)) ([1ae9fdf](https://github.com/OpenRailAssociation/compliance-assistant/commit/1ae9fdf679f2d02dcebd5d63c64b85329f77eab8))
14+
* **deps:** lock file maintenance ([#154](https://github.com/OpenRailAssociation/compliance-assistant/issues/154)) ([5f64e81](https://github.com/OpenRailAssociation/compliance-assistant/commit/5f64e8192e8384870fb124a640318622a78559e6))
15+
* **deps:** update astral-sh/setup-uv action to v8.3.0 ([#151](https://github.com/OpenRailAssociation/compliance-assistant/issues/151)) ([7e73a4d](https://github.com/OpenRailAssociation/compliance-assistant/commit/7e73a4dd570c503feba31bfefc94f65563d1f55c))
16+
* **deps:** update astral-sh/setup-uv action to v8.3.1 ([#152](https://github.com/OpenRailAssociation/compliance-assistant/issues/152)) ([f6f1c8b](https://github.com/OpenRailAssociation/compliance-assistant/commit/f6f1c8b3d7fea3b6217c2fff193d4fc759615dab))
17+
* **deps:** update astral-sh/setup-uv action to v8.3.2 ([#153](https://github.com/OpenRailAssociation/compliance-assistant/issues/153)) ([ab7f554](https://github.com/OpenRailAssociation/compliance-assistant/commit/ab7f554d95aa5a3f3fead58736e58561e471d92d))
18+
* **deps:** update github actions group ([#149](https://github.com/OpenRailAssociation/compliance-assistant/issues/149)) ([fa74915](https://github.com/OpenRailAssociation/compliance-assistant/commit/fa749158577ff32907fcbf7331bc2635556fe572))
19+
* **deps:** update github actions group to v6.0.3 ([#142](https://github.com/OpenRailAssociation/compliance-assistant/issues/142)) ([e73404f](https://github.com/OpenRailAssociation/compliance-assistant/commit/e73404f9d7c60ca3ee524a159ebdf0a7d4c77d5e))
20+
* **deps:** update github actions group to v7 ([#147](https://github.com/OpenRailAssociation/compliance-assistant/issues/147)) ([38b9bcd](https://github.com/OpenRailAssociation/compliance-assistant/commit/38b9bcdbf9f7ed952b05a39aa5470d47687078d3))
21+
* **deps:** update github actions group to v8.2.0 ([#143](https://github.com/OpenRailAssociation/compliance-assistant/issues/143)) ([e3bc2de](https://github.com/OpenRailAssociation/compliance-assistant/commit/e3bc2de8fb97a345af016b9cb6c6b535fb15d1a7))
22+
* **deps:** update zizmorcore/zizmor-action action to v0.5.6 ([#139](https://github.com/OpenRailAssociation/compliance-assistant/issues/139)) ([6ea18f7](https://github.com/OpenRailAssociation/compliance-assistant/commit/6ea18f7722c0fa812105403ade0e6fdfc070f782))
23+
* **deps:** update zizmorcore/zizmor-action action to v0.6.0 ([#156](https://github.com/OpenRailAssociation/compliance-assistant/issues/156)) ([fc1f364](https://github.com/OpenRailAssociation/compliance-assistant/commit/fc1f364d0975e821eb91497c6a2a1d0930e676b6))
24+
325
## [1.1.7](https://github.com/OpenRailAssociation/compliance-assistant/compare/v1.1.6...v1.1.7) (2026-05-19)
426

527

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[project]
66
name = "compliance-assistant"
7-
version = "1.1.7"
7+
version = "1.1.8"
88
description = "Toolset that helps with creating and interacting with SBOMs, enriching with licensing and copyright information, and checking for Open Source license compliance"
99
authors = [{ name = "Max Mehl", email = "max.mehl@deutschebahn.com" }]
1010
requires-python = ">=3.10,<4"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)