Skip to content

Commit

Permalink
bump: version 0.3.5 → 0.3.6rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Sep 1, 2023
1 parent b8bc84d commit f9ce0ee
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 3 deletions.
57 changes: 57 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,60 @@
## 0.3.6rc0 (2023-09-01)

### Feat

- complete overhaul of docs, mkdocstrings

### Fix

- csv parsing for test
- Delete the UML images for clean
- Generate PDFs from the primary markdown files in docs/about
- Drop unused main.py file
- Add support for doxygen API docs
- fix typo in url for data flow diagram
- Add new data flow charts
- Use new imagery.yaml file for sources instead of hardcoding them all
- Add USGS topo map as a source
- Improve parsing to cover more than one format
- Add support for a custom TMS URL
- Add missing test data file
- Improve processing of Rwanda submissions, capture OSM ID and improve the conversion config file
- list forms api
- filespec made optional in the filterdata class
- text 78 was present, it is now removed
- indentation on odk_merge
- typing issues and imports
- Fix listForms(), the parameter name changed
- Add trailing comma to all function parameter blocks
- Add the deep tech docs
- fix typo in parameter name
- Add the more obscure utilities to the API docs
- Add more API wrappers
- Add mkdocs code comments
- Add mkdocs code comments
- Fix broken indent in debugging code, it was only being executed with -v
- Add standalone script for osm2favorites
- Add mkdocs code comments
- Add mkdocs code comments
- Add mkdocs code comments
- Add mkdocs code comments
- Add mkdocs comments
- Add mkdocs code comments
- Add bash wrapper for basemapper.py
- Update a few mkdocs comments so mkdocs serve is happy
- Minor updates to mkdoc comment, fix indentation
- Add mkdocs code comments
- Add more docs, organize top level links
- Replace lines of code that got deleted by accident
- Add mkdoc strings
- creating a project that already exists
- Add pySmartDL

### Refactor

- update refs logging --> log
- remove mkgendocs config

## 0.3.5 (2023-08-11)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

PACKAGE := org.osm_fieldwork.py
NAME := osm-fieldwork
VERSION := 0.3.5
VERSION := 0.3.6rc0

# All python source files
FILES := $(wildcard ./osm_fieldwork/*.py)
Expand Down
2 changes: 1 addition & 1 deletion osm_fieldwork/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.5"
__version__ = "0.3.6rc0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ pythonpath = "osm_fieldwork"

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.3.5"
version = "0.3.6rc0"
version_files = [
"pyproject.toml:version",
"osm_fieldwork/__version__.py",
Expand Down

0 comments on commit f9ce0ee

Please sign in to comment.