Skip to content

Commit 68fb734

Browse files
chore(main): release 1.6.5
1 parent 75f07c4 commit 68fb734

3 files changed

Lines changed: 30 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## [1.6.5](https://github.com/equinor/dm-job/compare/v1.6.4...v1.6.5) (2026-03-04)
4+
5+
6+
### Bug Fixes
7+
8+
* --without dev in dockerfile ([c2318f4](https://github.com/equinor/dm-job/commit/c2318f4b7c787fda70303cd29fe014c17f8351c9))
9+
10+
11+
### Miscellaneous Chores
12+
13+
* bump dependencies ([27a9c1a](https://github.com/equinor/dm-job/commit/27a9c1ad3039fdea6e31d748ec13959f0273d0b3))
14+
15+
16+
### Build System
17+
18+
* poetry2.0 syntax ([d5c04bf](https://github.com/equinor/dm-job/commit/d5c04bf3739e5fdfe67cc1582bdb37b9852c2e27))
19+
* same python version in pre-commit and tests ([8213b88](https://github.com/equinor/dm-job/commit/8213b881fd81fc5d340601b6ecd3a1d633d6182f))
20+
* updated deps and python3.13 ([23f2514](https://github.com/equinor/dm-job/commit/23f25140d1e8e8860eb81172f67a258924751ef5))
21+
22+
23+
### Continuous Integration
24+
25+
* add dependabot config ([940b2b9](https://github.com/equinor/dm-job/commit/940b2b990f45a9244548c54097a5445be8fbb3e2))
26+
* build when no secret available ([23f0307](https://github.com/equinor/dm-job/commit/23f03074b1bee497f0c98cd7029d7a00be453a5a))
27+
* new docker compose syntax ([3882dee](https://github.com/equinor/dm-job/commit/3882dee16bb2ab81af0293eb8a026dad44f64f7b))
28+
* remove codeql as a workflow ([75f07c4](https://github.com/equinor/dm-job/commit/75f07c41488366bc095a7a74a0c6797b4b691183))
29+
* remove outdated versions mongodb + dc files ([093cd74](https://github.com/equinor/dm-job/commit/093cd7458b520f207cab58cbaeabd55766904c3d))
30+
331
## [1.6.4](https://github.com/equinor/dm-job/compare/v1.6.3...v1.6.4) (2024-05-07)
432

533

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "dm-job"
3-
version = "1.6.4" # x-release-please-version
3+
version = "1.6.5" # x-release-please-version
44
description = "REST API running jobs in development framework"
55
authors = [ {name = "Equinor", email = "fg_team_hermes@equinor.com"}]
66
license = { text = "MIT" }

src/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def create_app():
3232
app = FastAPI(
3333
title="Data Modelling Job API",
3434
responses=responses,
35-
version="1.6.4", # x-release-please-version
35+
version="1.6.5", # x-release-please-version
3636
description="REST API used with the Data Modelling framework to schedule jobs",
3737
exception_handlers={RequestValidationError: validation_exception_handler},
3838
middleware=[Middleware(StoreHeadersMiddleware)],

0 commit comments

Comments
 (0)