Skip to content

Commit

Permalink
bump: version 2024.4.0 → 2024.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Oct 24, 2024
1 parent 72e25c9 commit 2e58733
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 4 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## 2024.4.1 (2024-10-24)

### Fix

- **backend**: allow empty task id in entity statuses for new geopoint (#1822)
- dockerfile warning such as Casing and whitespace separator (#1815)
- updated osm-fieldwork -> 0.16.8 (#1814)
- **files**: cleanup function remove
- **QrcodeComponent**: reduce qrcode skeleton size
- **e2e**: comment out test until CI fixed
- **dialogTaskActions**: add task id filter on odk redirect
- **qrcode**: increase qrcode size
- **createProject**: xlsform key update, fix customForm upload issue
- **editor**: solve editor empty issue on manageProject on initial render
- **submissionsTable**: on filter reset, set task_id to null
- **backend**: pyxform usage only allowing xls file extension (#1758)
- **backend**: pyxform usage only allowing xls file extension (#1758)
- **map**: set default baseLayer to OSM (#1600)

### Refactor

- update link to custom ODK build (renamed to -FMTM)
- update link to custom ODK build (renamed to -FMTM)
- update link to custom odk collect signed 2024.2.0
- update link to custom odk collect signed 2024.2.0

## 2024.4.0 (2024-09-24)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ type: application
name: fmtm
description: Field Mapping Tasking Manager - coordinated field mapping.
version: "0.1.0"
appVersion: "2024.4.0"
appVersion: "2024.4.1"
maintainers:
- email: sam.woodcock@hotosm.org
name: Sam Woodcock
Expand Down
2 changes: 1 addition & 1 deletion src/backend/app/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2024.4.0"
__version__ = "2024.4.1"
2 changes: 1 addition & 1 deletion src/backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ asyncio_mode="auto"

[tool.commitizen]
name = "cz_conventional_commits"
version = "2024.4.0"
version = "2024.4.1"
version_files = [
"pyproject.toml:version",
"app/__version__.py",
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fmtm",
"version": "2024.4.0",
"version": "2024.4.1",
"scripts": {
"build": "vite build",
"build:dev": "vite build --mode development",
Expand Down

0 comments on commit 2e58733

Please sign in to comment.