Skip to content

Releases: mom1/api-client-pydantic

v1.1.1

13 Oct 19:45
Compare
Choose a tag to compare

Release notes for v1.1.1 (2021-10-13)

Bugs 🐛
  • Fix case with typing.
    def function(q: Optional[str]):
Dependencies ⬆️
  • ⬆️ Bump pytest-cov from 2.12.1 to 3.0.0 (#54)
  • ⬆️ Bump flake8-bugbear from 21.4.3 to 21.9.2 (#53)
  • ⬆️ Bump emoji from 1.4.2 to 1.5.0 (#52)
  • ⬆️ Bump pytest from 6.2.4 to 6.2.5 (#50)
  • ⬆️ Bump flake8-quotes from 3.2.0 to 3.3.0 (#49)
  • ⬆️ Bump flake8-comprehensions from 3.5.0 to 3.6.1 (#48)

v1.1.0

09 Aug 12:07
Compare
Choose a tag to compare

Release notes for v1.1.0 (2021-08-09)

Changes ♻️
  • Correct recognition of functions (#46)
Dependencies ⬆️
  • ⬆️ Bump pep8-naming from 0.12.0 to 0.12.1 (#45)
  • ⬆️ Bump emoji from 1.2.0 to 1.4.2 (#44)
  • ⬆️ Bump isort from 5.9.1 to 5.9.3 (#43)
  • ⬆️ Bump pep8-naming from 0.11.1 to 0.12.0 (#40)
  • ⬆️ Bump flake8-eradicate from 1.0.0 to 1.1.0 (#39)
  • ⬆️ Bump isort from 5.8.0 to 5.9.1 (#38)
  • ⬆️ Bump ipdb from 0.13.8 to 0.13.9 (#37)
  • ⬆️ Bump pytest-cov from 2.12.0 to 2.12.1 (#36)
  • ⬆️ Bump requests-mock from 1.9.2 to 1.9.3 (#35)
  • ⬆️ Bump ipdb from 0.13.7 to 0.13.8 (#34)
  • ⬆️ Bump pytest-cov from 2.11.1 to 2.12.0 (#33)
  • ⬆️ Bump pydantic from 1.8.1 to 1.8.2.
  • ⬆️ Bump flake8-comprehensions from 3.4.0 to 3.5.0 (#31)
  • ⬆️ Bump flake8 from 3.9.1 to 3.9.2 (#30)
  • ⬆️ Bump pytest from 6.2.3 to 6.2.4 (#29)
  • ⬆️ Bump requests-mock from 1.9.1 to 1.9.2 (#28)
  • ⬆️ Bump requests-mock from 1.8.0 to 1.9.1 (#27)
  • ⬆️ Bump requests-mock from 1.8.0 to 1.9.1 (#25)
  • ⬆️ Bump flake8 from 3.9.0 to 3.9.1 (#24)
  • ⬆️ Bump pytest from 6.2.2 to 6.2.3 (#22)
  • ⬆️ Bump flake8-bugbear from 21.3.2 to 21.4.3 (#21)
  • ⬆️:lock: Bump urllib3 from 1.26.3 to 1.26.4 (#23)
  • ⬆️ Bump api-client from 1.3.0 to 1.3.1 (#20)
  • ⬆️ Bump isort from 5.7.0 to 5.8.0 (#19)
  • ⬆️:lock: Bump urllib3 from 1.26.2 to 1.26.3 (#18)
  • ⬆️ Bump flake8-comprehensions from 3.3.1 to 3.4.0 (#17)
  • ⬆️ Bump yapf from 0.30.0 to 0.31.0 (#15)
  • ⬆️ Bump ipdb from 0.13.6 to 0.13.7 (#16)
  • ⬆️ Bump flake8 from 3.8.4 to 3.9.0 (#14)
  • ⬆️ Bump flake8-bugbear from 21.3.1 to 21.3.2 (#12)
  • ⬆️ Bump ipdb from 0.13.4 to 0.13.6.
  • ⬆️ Bump pydantic from 1.7.3 to 1.8.1.
  • ⬆️ Bump flake8-bugbear from 20.11.1 to 21.3.1.
  • ⬆️ Bump api-client from 1.2.2 to 1.3.0.
  • ⬆️ Bump emoji from 1.1.0 to 1.2.0.
  • ⬆️ Bump pytest from 6.2.1 to 6.2.2.
  • ⬆️ Bump emoji from 0.6.0 to 1.1.0.
Other 🌱
  • Release 1.1.0.
  • Upgrade to GitHub-native Dependabot (#26)

v1.0.2

21 Jan 11:01
Compare
Choose a tag to compare

Release notes for v1.0.2 (2021-01-21)

Changes ♻️
  • Refactoring use args and kwargs.
Dependencies ⬆️
Other 🌱
  • Bumping version from 1.0.0 to 1.0.1.

v1.0.1

17 Jan 15:42
Compare
Choose a tag to compare

Release notes for v1.0.1 (2021-01-17)

Changes ♻️
  • Fix publish job.

v1.0.0

17 Jan 15:32
Compare
Choose a tag to compare

Release notes for v1.0.0 (2021-01-17)

Changes ♻️
  • Publish job.
Other 🌱
  • Bumping version from 0.1.0 to 1.0.0.
  • Move api_client_pydantic to apiclient_pydantic.
    now import from apiclient_pydantic import *

v0.1.1

16 Jan 02:36
Compare
Choose a tag to compare

Release notes for v0.1.1 (2021-01-16)

Changes ♻️
  • Auto generate changelog.
  • Fix Changelog template.
Documentation 📝
  • Update README.md.
  • Prepare for generate CHANGELOG.md.

v0.1.0

15 Jan 23:29
Compare
Choose a tag to compare

Release notes for v0.1.0 (2021-01-15)

New ✨
  • Basic functionality.
Changes ♻️
  • Configs.
Dependencies ⬆️
  • ➕ dependencies and pyproject.
Documentation 📝
  • Common files.
  • Init readme.
Other 🌱
  • CI Actions.
  • Add tests.
  • Initial commit.