Skip to content

Commit d561b31

Browse files
release-1.1.0 (#76)
* update version, changelog * bring back VERSION file * update image tag * try another tag * switch to postgis image * revert db changes, remove pipenv cache * remove pipenv cache, it was the problem
1 parent 84598a8 commit d561b31

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
lines changed

.github/workflows/cicd.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,7 @@ jobs:
4747
run: |
4848
python -m pip install --upgrade pipenv wheel
4949
50-
- id: cache-pipenv
51-
uses: actions/cache@v1
52-
with:
53-
path: ~/.local/share/virtualenvs
54-
key: ${{ runner.os }}-pipenv-${{ hashFiles('**/Pipfile.lock') }}
55-
5650
- name: Install dependencies
57-
if: steps.cache-pipenv.outputs.cache-hit != 'true'
5851
run: |
5952
pipenv install --deploy --dev
6053

CHANGELOG.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
1.1.0 (2021-01-28)
2+
------------------
3+
- Improve how the library declares API extensions (#54)
4+
- Add postgres bulk transactions client (#59)
5+
- Update TiTiler version (#61)
6+
- Use attrs instead of dataclasses (#73)
7+
- Remove postgres database connection from API layer (#74)
8+
- Fix precommit config (#75)
9+
10+
111
1.0.0 (2020-09-25)
212
------------------
313
- First PyPi release!

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0
1+
1.1.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
description="Arturo's STAC compliant API implementation",
3434
long_description=desc,
3535
long_description_content_type="text/markdown",
36-
version="1.0.0",
36+
version="1.1.0",
3737
python_requires=">=3.8",
3838
classifiers=[
3939
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)