Skip to content

Commit 196a3e6

Browse files
chore(main): release 1.6.5
1 parent 94b8bf5 commit 196a3e6

4 files changed

Lines changed: 35 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.6.4"
2+
".": "1.6.5"
33
}

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
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+
* linting in workflows ([bb1dbd5](https://github.com/equinor/dm-job/commit/bb1dbd554d0d3da1f4a4f0f99748224a24ae442f))
15+
16+
17+
### Build System
18+
19+
* poetry2.0 syntax ([d5c04bf](https://github.com/equinor/dm-job/commit/d5c04bf3739e5fdfe67cc1582bdb37b9852c2e27))
20+
* same python version in pre-commit and tests ([8213b88](https://github.com/equinor/dm-job/commit/8213b881fd81fc5d340601b6ecd3a1d633d6182f))
21+
* updated deps and python3.13 ([23f2514](https://github.com/equinor/dm-job/commit/23f25140d1e8e8860eb81172f67a258924751ef5))
22+
23+
24+
### Continuous Integration
25+
26+
* add dependabot config ([940b2b9](https://github.com/equinor/dm-job/commit/940b2b990f45a9244548c54097a5445be8fbb3e2))
27+
* add permissions to all workflows ([f354bcd](https://github.com/equinor/dm-job/commit/f354bcd4257b27d3eb086e56120d960db5c4194f))
28+
* build when no secret available ([23f0307](https://github.com/equinor/dm-job/commit/23f03074b1bee497f0c98cd7029d7a00be453a5a))
29+
* new docker compose syntax ([3882dee](https://github.com/equinor/dm-job/commit/3882dee16bb2ab81af0293eb8a026dad44f64f7b))
30+
* remove codeql as a workflow ([75f07c4](https://github.com/equinor/dm-job/commit/75f07c41488366bc095a7a74a0c6797b4b691183))
31+
* remove outdated versions mongodb + dc files ([093cd74](https://github.com/equinor/dm-job/commit/093cd7458b520f207cab58cbaeabd55766904c3d))
32+
* update all gh workflows ([94b8bf5](https://github.com/equinor/dm-job/commit/94b8bf5bed6aaf28b93673221dee788b3f26b4cc))
33+
* update GH workflows ([af9a2c5](https://github.com/equinor/dm-job/commit/af9a2c5f1c35b2341a4c23ac8978bf06e90dab5b))
34+
335
## [1.6.4](https://github.com/equinor/dm-job/compare/v1.6.3...v1.6.4) (2024-05-07)
436

537

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)