Skip to content

Commit dc21968

Browse files
chore(main): release 12.6.0 (#731)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f6f65d4 commit dc21968

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [12.6.0](https://github.com/uktrade/platform-tools/compare/12.5.1...12.6.0) (2025-01-28)
4+
5+
6+
### Features
7+
8+
* DBTP-1635 Add additional S3 source bucket validation ([#738](https://github.com/uktrade/platform-tools/issues/738)) ([f6f65d4](https://github.com/uktrade/platform-tools/commit/f6f65d4b2e53e80dcf073605f0b975cd01c0236c))
9+
10+
11+
### Bug Fixes
12+
13+
* DBTP-1700 Increase indent on COMMAND.md list ([#739](https://github.com/uktrade/platform-tools/issues/739)) ([9987a20](https://github.com/uktrade/platform-tools/commit/9987a20811f7fc18ba1e07487220b29e059f592d))
14+
* use get_rules_tag_descriptions method to get descriptions ([#730](https://github.com/uktrade/platform-tools/issues/730)) ([e4dc724](https://github.com/uktrade/platform-tools/commit/e4dc7245a1db1048634bacfec791639569a237a2))
15+
16+
17+
### Documentation
18+
19+
* DBTP-1332 Nest commands list for easier navigation ([#734](https://github.com/uktrade/platform-tools/issues/734)) ([d9bbe41](https://github.com/uktrade/platform-tools/commit/d9bbe4182e401a6d331d04ae929ab840dde82be0))
20+
321
## [12.5.1](https://github.com/uktrade/platform-tools/compare/12.5.0...12.5.1) (2025-01-17)
422

523

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ line-length = 100
33

44
[tool.poetry]
55
name = "dbt-platform-helper"
6-
version = "12.5.1"
6+
version = "12.6.0"
77
description = "Set of tools to help transfer applications/services from GOV.UK PaaS to DBT PaaS augmenting AWS Copilot."
88
authors = ["Department for Business and Trade Platform Team <[email protected]>"]
99
license = "MIT"

release-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "12.5.1"
2+
".": "12.6.0"
33
}

0 commit comments

Comments
 (0)