Skip to content

Commit

Permalink
bump: version 1.0.17 → 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Mar 28, 2024
1 parent c062535 commit 6b53fc2
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## 1.1.0 (2024-03-28)

### Feat

- **version-control**: Allows rawdataapi to follow version control using commitizen

### Fix

- **dokcer-compose**: One command up docker compose method
- **dockerfile**: Avoids copying tippicone for source code level changes

### Refactor

- **logging**: adds tqdm for better logging and upgrades hdx python lib
- **queue-name**: changes queue name and workers to pick correct variable
- **api-worker**: logic changes for memory optimized zip

### Perf

- **workers**: enables max worker variable to be set from env variable

## 1.0.17 (2024-03-06)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "raw-data-api"
version = "1.0.17"
version = "1.1.0"
description = "Set of high-performant APIs for transforming and exporting OpenStreetMap (OSM) data in different GIS file formats."
readme = "README.md"
authors = [
Expand Down

0 comments on commit 6b53fc2

Please sign in to comment.