Skip to content

Commit acf2c62

Browse files
b32147semantic-release-bot
authored andcommitted
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2024-11-07) ### Bug Fixes * **deployment:** Added missing buildspec for CodeBuild ([273fae0](273fae0)) * **environment:** Fixed PYTHONPATH for VSCode ([17f9dc9](17f9dc9)) * **requirements:** Updated requirements; updated base image ([95d9388](95d9388)) * **settings:** Fixed how settings are determined ([a721858](a721858)) * **setup:** Fixed version lookup in setup.py ([de1eb22](de1eb22)) ### Features * **deployment:** Added a command to create imagedefinitions.json file in buildspec for ECS CodeDeploy action ([057fa25](057fa25)) * **healthcheck:** Added healthcheck app as required for deployments; added django-dbmi-client ([5e0daf4](5e0daf4)) * **project:** Updated docker image; added project details ([770ecdb](770ecdb)) * **starter:** Initial commit ([6ef4b5c](6ef4b5c))
1 parent a721858 commit acf2c62

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# 1.0.0 (2024-11-07)
2+
3+
4+
### Bug Fixes
5+
6+
* **deployment:** Added missing buildspec for CodeBuild ([273fae0](https://github.com/hms-dbmi/dbmisvc-starter/commit/273fae04569bc2c2f049e5b922a34c36f046e31a))
7+
* **environment:** Fixed PYTHONPATH for VSCode ([17f9dc9](https://github.com/hms-dbmi/dbmisvc-starter/commit/17f9dc9ece4be5cc2d52c1d34696b97c511380d6))
8+
* **requirements:** Updated requirements; updated base image ([95d9388](https://github.com/hms-dbmi/dbmisvc-starter/commit/95d9388e26ab1c6ccc7d736ad448d0d288a35d68))
9+
* **settings:** Fixed how settings are determined ([a721858](https://github.com/hms-dbmi/dbmisvc-starter/commit/a7218581c5aeee35d0286e5f35ac9f52fa47871d))
10+
* **setup:** Fixed version lookup in setup.py ([de1eb22](https://github.com/hms-dbmi/dbmisvc-starter/commit/de1eb22b260788d5d95d2c496941addb25c1a47c))
11+
12+
13+
### Features
14+
15+
* **deployment:** Added a command to create imagedefinitions.json file in buildspec for ECS CodeDeploy action ([057fa25](https://github.com/hms-dbmi/dbmisvc-starter/commit/057fa2547886989672aac33bbadef106c3b8a8f6))
16+
* **healthcheck:** Added healthcheck app as required for deployments; added django-dbmi-client ([5e0daf4](https://github.com/hms-dbmi/dbmisvc-starter/commit/5e0daf4e671b161bd9ea5750f3325c287998a35c))
17+
* **project:** Updated docker image; added project details ([770ecdb](https://github.com/hms-dbmi/dbmisvc-starter/commit/770ecdb48a72284385ca38d6db68876517284fb7))
18+
* **starter:** Initial commit ([6ef4b5c](https://github.com/hms-dbmi/dbmisvc-starter/commit/6ef4b5cf9b61876fd22b207f31c70037182e9e82))

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "dbmisvc-starter"
3-
version = "0.1.0"
3+
version = "1.0.0"
44
description = "A starter for a DBMISVC-style application"
55
readme = "README.md"
66
requires-python = ">=3.12"

0 commit comments

Comments
 (0)