Skip to content

Commit

Permalink
bump: version 1.4.0 → 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Aug 8, 2024
1 parent 56dab15 commit 78173d4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 1.4.1 (2024-08-08)

### Fix

- **change-default-db-user-to-user-column**: default user was being used for db query instead read it from table itself
- **fix-on-dir-size-issue**: failing exports causing dir to explode

### Refactor

- **init-default-values**: reinitialize the default value as other endpoints don't require parameters

## 1.4.0 (2024-08-08)

### Feat
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.4.0"
version = "1.4.1"
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 78173d4

Please sign in to comment.