Skip to content

Releases: piotr-rarus/python-template

v0.5.1

06 Jun 10:53
8fb2c35
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

v0.5.0

30 May 10:27
e17d7b1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v0.5.0

v0.4.1

22 May 08:38
620b391
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

21 May 23:22
0f0f0e1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.4.0

v0.3.1

20 Mar 12:43
20b5ad1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

10 Jan 17:22
a6379b6
Compare
Choose a tag to compare
  • upgrade to Python 3.10
  • remove vulture from pre-commit checks

v0.2.1

12 Sep 12:11
a460195
Compare
Choose a tag to compare

What's Changed

v0.2.0

12 Sep 08:46
32dee47
Compare
Choose a tag to compare
v0.2.0 (#3)

* Add absolufy_imports to pre_commit

* Add data/ dir

* Update readme

* Add vulture to pre_commit

* Add codespell, pyupgrade and yesqa to pre_commit

* Add dependabot

* Add CodeQL pipeline

* Add dependency review pipeline

* Add pre-commit badge

* Add pre-commit to build pipeline

* Add pre_commit cache

* Remove unused packages from lock

* Add codespell

* Update readme

* Update .gitignore

* Update poetry.lock

* Create LICENSE

* Update readme

v0.1.0

28 May 18:06
8af53b4
Compare
Choose a tag to compare
Add initial files (#1)

* Add config files

* Add project's toml

* Add empty project code dirs

* Add pre-commit hook

* Add Makefile

* Add build pipeline