diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 0ee8c012..816df2d5 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.0" + ".": "0.3.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a72dbf92..8a7bdd16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.1](https://github.com/CMLPlatform/relab/compare/v0.3.0...v0.3.1) (2026-09-07) + + +### Bug Fixes + +* **deps:** Update repo-tooling ([#146](https://github.com/CMLPlatform/relab/issues/146)) ([9850781](https://github.com/CMLPlatform/relab/commit/985078197fb7419985c4cdc10fc1767193a22cc7)) + ## v0.3.0 - 2026-09 ### Description diff --git a/CITATION.cff b/CITATION.cff index 8ec4280b..e98b969d 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -14,7 +14,7 @@ authors: affiliation: "Department of Industrial Ecology, Institute of Environmental Sciences (CML), Leiden University" title: "Relab - Data Collection Platform" abstract: "Data collection platform for disassembled power tool images and metadata supporting computer vision tasks for life cycle assessments." -version: 0.3.0 # x-release-please-version +version: 0.3.1 # x-release-please-version identifiers: # The concept DOI always resolves to the newest release, which is what a "cite this # software" identifier should do. Version DOIs live on the Zenodo concept record. diff --git a/app/app.json b/app/app.json index 8fa653ee..3e932414 100644 --- a/app/app.json +++ b/app/app.json @@ -2,7 +2,7 @@ "expo": { "name": "relab-app", "slug": "relab-app", - "version": "0.3.0", + "version": "0.3.1", "orientation": "portrait", "icon": "./src/assets/images/favicon.png", "scheme": "relab-app", diff --git a/app/package.json b/app/package.json index 1c276e61..f223da76 100644 --- a/app/package.json +++ b/app/package.json @@ -1,7 +1,7 @@ { "name": "relab-app", "main": "expo-router/entry", - "version": "0.3.0", + "version": "0.3.1", "scripts": { "dev": "[ \"$(uname)\" = Linux ] && export ELECTRON_DISABLE_SANDBOX=1; BROWSER=none expo start --web --port 8011", "start": "[ \"$(uname)\" = Linux ] && export ELECTRON_DISABLE_SANDBOX=1; expo start", diff --git a/backend/app/__version__.py b/backend/app/__version__.py index 7041f24f..584b1a43 100644 --- a/backend/app/__version__.py +++ b/backend/app/__version__.py @@ -1,3 +1,3 @@ """For versioning the FastAPI app.""" -version = "0.3.0" # x-release-please-version +version = "0.3.1" # x-release-please-version diff --git a/docs/package.json b/docs/package.json index 28732f77..74650c82 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,7 +1,7 @@ { "name": "relab-docs", "type": "module", - "version": "0.3.0", + "version": "0.3.1", "private": true, "license": "AGPL-3.0-or-later", "contributors": [ diff --git a/package.json b/package.json index 72869635..af44fcd3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "relab", "private": true, - "version": "0.3.0", + "version": "0.3.1", "packageManager": "pnpm@11.25.0+sha512.5cde925b4f075f725eb71fbae18a42ffe784524789f19b61c731cb8721ec28aaee160e01a8d5af4fedb2a42cdbf300efe23db356b0d4a17b4d63e11f8ab7c956", "engines": { "node": "26.x", diff --git a/www/package.json b/www/package.json index 86ed1e03..d23d2fae 100644 --- a/www/package.json +++ b/www/package.json @@ -1,7 +1,7 @@ { "name": "relab-www", "type": "module", - "version": "0.3.0", + "version": "0.3.1", "private": true, "license": "AGPL-3.0-or-later", "contributors": [