Skip to content

Releases: postgrespro/testgres.pg_conf

0.2.1

25 Feb 17:10

Choose a tag to compare

What's Changed

  • [CI] GitHub Actions is used (#8, #9, #10, #17, #23)
  • pytest-env is used, pytest.ini is deleted (#12, #13)
  • OptionData is fixed (typing.Optional) (#18)
  • Usage of staticmethod (#20, #24)
  • fix: TestSet001__Common.optionName is fixed (request: pytest.fixture) (#21)
  • fix: Usage "typing.Any" instead "any" (#22)
  • PostgresConfigurationFactory_Base is corrected (#25)

Full Changelog: 0.2.0...0.2.1

0.2.0

08 Jan 10:27

Choose a tag to compare

What's Changed

  • pyproject.toml is used (#7)
  • License file is added

Full Changelog: 0.1.0...0.2.0

0.1.0

02 Nov 14:07

Choose a tag to compare

What's Changed

  • Support of python 3.7, 3.8 #2
  • Fix: TestGlobalCache is corrected #3
  • ConfigurationFileReader::ReadLine returns typing.Optional[str] #4
  • Cleanup: CI uses "python -m pytest ..." explicitly #5
  • CI checks codestyle (flake8) #6

Full Changelog: 0.0.2...0.1.0

0.0.2

01 Nov 19:28

Choose a tag to compare

It is an initial release.