Skip to content

Releases: jhon287/BNPPF

Release v1.2.0

09 Jun 13:38
Compare
Choose a tag to compare

1.2.0 (2023-06-09)

Features

  • improve BNPPF code by reducing PyLint issues (f483586)

Continuous Integration

  • add BNPPF code coverage check (>95%) (2cf8f0a)
  • add PyLint step as new syntax step (d1dcb67)

Release v1.1.0

09 Jun 08:41
9f40208
Compare
Choose a tag to compare

1.1.0 (2023-06-09)

Features

  • upgrade Python MySQL connector to v8.0.33 (#18) (9f40208)

Release v1.0.0

09 Jun 08:16
Compare
Choose a tag to compare

1.0.0 (2023-06-09)

⚠ BREAKING CHANGES

  • bnppf: BNPPF refactoring, configuration file has been replaced by environment variables.

Features

  • bnppf: refactor BNPPF parser code (ec0a058)

Bug Fixes

  • resolve flake8 detected issues (bcb019e)

Continuous Integration

  • add automatic release note and tag (2151a27)
  • add BNPPF unit testing (a62b51f)
  • make sure CI/CD pipeline is still running (e2397fe)
  • migrate from master to main branch (3d73727)
  • move syntax checker outside BNPPF tests (58fb6e6)