Skip to content

Latest commit

 

History

History
53 lines (27 loc) · 2.72 KB

CHANGELOG.md

File metadata and controls

53 lines (27 loc) · 2.72 KB

Semantic Versioning Changelog

2.6.0 (2024-03-29)

Features

  • update Python version to 3.9+, update CI Python version (d9031b5)
  • upgrade CI Node.js version to 20 (039ac95)

2.5.1 (2023-11-19)

Bug Fixes

2.5.0 (2022-01-30)

Bug Fixes

  • cleanup requirements (43cc46e)
  • correct python-version to string instead of float, misleading the ci. (c0ac1c8)
  • Specify a fixed version for nodejs in the release ci workflow (f6268b6)

Features

  • add python 3.10 to release workflow (55e090c)
  • add python 3.9 and 3.10 to ci using focal distribution (789d93d)

2.4.0 (2021-07-23)

Bug Fixes

  • pin casbin_sqlalchemy_adapter==0.3.2 to be able to run test cases using casbin==1.0.4 (c914768)
  • remove duplicated test (155bf94)
  • support default delimiter for sanitize_group_headers() (0683ca3)

Features

  • add condition when using whitespace delimiter to handle more valid scenarios (d22efa3)

2.3.0 (2021-05-15)

Features

  • Update requirements.txt for latest casbin version and .github actions test added (#28) (d54f9d4)