Skip to content

Commit

Permalink
Bump version to the v0.2 and update CHANGELOG (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
NexSabre authored Jun 21, 2021
1 parent f3f2e5e commit 1e9b24b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Test
on: [push]
jobs:
build:

runs-on: ubuntu-latest
strategy:
matrix:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v0.2
* add support for pydantic and returning models that can be converted to a dict (author @autoferrit)
* update a README (author @autoferrit)

v0.1.1
* remove .py2 from the built package on the pypi.org

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def read(filename):

setup(
name="fastapi-jinja",
version="0.1.1",
version="0.2.0",
url="https://github.com/NexSabre/fastapi-jinja",
license="MIT",
author="Nex Sabre",
Expand Down

0 comments on commit 1e9b24b

Please sign in to comment.