Skip to content

Releases: bitranox/igittigitt

v2.1.5

16 Oct 09:45
Compare
Choose a tag to compare

v2.1.5

2024-10-16:
- setup-python@v5
- sigterm_handler for CLI
- graalpy 24.1 tests
- CODECOV_TOKEN
- fix mypy error

v2.1.4

14 Jul 12:48
Compare
Choose a tag to compare

v2.1.4

2023-07-14:
- add codeql badge
- move 3rd_party_stubs outside the src directory to ./.3rd_party_stubs
- add pypy 3.10 tests
- add python 3.12-dev tests

v2.1.3

13 Jul 17:50
Compare
Choose a tag to compare

v2.1.3

2023-07-13:
- require minimum python 3.8
- remove python 3.7 tests
- introduce PEP517 packaging standard
- introduce pyproject.toml build-system
- remove setup.cfg
- remove setup.py
- update black config
- clean ./tests/test_cli.py
- update black config
- remove travis config
- remove bettercodehub config
- do not upload .egg files to pypi.org
- update github actions : checkout@v3 and setup-python@v4
- remove "better code" badges
- remove python 3.6 tests
- adding python 3.11 tests
- update pypy tests to 3.9

v2.1.2

25 Jun 15:59
8b74301
Compare
Choose a tag to compare

v2.1.2

2022-06-25:
- set all accordingly
- point out limitations in Readme
- integrate github actions
- adjusting tests: patterns ending with a point can not match on windows
- removing invalid escape sequences
- match on paths with symlinks in their components

v2.1.0

18 Nov 14:18
8f410e9
Compare
Choose a tag to compare

v2.1.0

2021-11-18: minor release
- issue 21, support default ignore files

v2.0.5

16 Nov 23:18
c9c163d
Compare
Choose a tag to compare

2021-11-16: patch release

  • Issue 18, 22, support following symlinks

v2.0.4

15 Nov 18:12
bf391f0
Compare
Choose a tag to compare

v2.0.4

2020-11-15: patch release
- Issue 16, support following symlinks

v2.0.3

09 Oct 11:21
940a862
Compare
Choose a tag to compare

v2.0.3

2020-10-09: service release
- update travis build matrix for linux 3.9-dev
- update travis build matrix (paths) for windows 3.9 / 3.10
- bump up coverage

v2.0.2

20 Sep 16:33
10accde
Compare
Choose a tag to compare

v2.0.2

2020-09-20:
- (again) correcting matching bug in subdirectories, added tests for that
- use slotted class for rules, make it hashable and sortable
- avoid creating duplicate rules for better performance

v2.0.1

18 Sep 20:23
9a726eb
Compare
Choose a tag to compare

v2.0.1

2020-09-18:
- correct matching bug in subdirectories
- avoid redundant patterns when match subdirectories