Skip to content

Latest commit

 

History

History
102 lines (67 loc) · 2.98 KB

CHANGES.rst

File metadata and controls

102 lines (67 loc) · 2.98 KB

CHANGES

1.0.3 (2023-10-11)

Features

  • Add support for Python 3.12 (#388)

Miscellaneus

1.0.2 (2022-12-13)

Bugfixes

  • Fixed issue where pyramid_config option wasn't being properly read from ini file. (#314)

Features

  • Add Python 3.11 to the list of supported python versions. (#309)

Miscellaneus

  • Added project urls to display on pypi page (#305)

  • Use towncrier to manage news fragments and changelog (#307)

  • Migrate dependency management into pipenv (#308)

  • Migrate versioning tool to tbump (#311)

  • Migrate automerge action to a shared workflow (#312)

  • Changed project structure. Moved package out of src into root.

    This will help testing and running code under pipenv/pipfile which has problems installing package placed in subdirectory, while having package definition on the same place as pipfile. (#314)

  • Migrate project configuration from setup.cfg to pyproject.toml, dropped setup.py (#315)

1.0.1

  • [packaging] Defined entrypoint in setup.cfg

1.0.0

  • [breaking] Changed order of the fixture factory parameters
  • [breaking] Now, if config_path is given, it'll always be loaded, with settings extending it's configuration further.
  • [breaking] Support only python 3.8 and up
  • [enhancement] Updated packaging configuration
  • [enhancement] Typed all the code

0.3.3

  • add additiona_fixtures to factories.pyramid_app

0.3.2

  • add pyramid_config ini option

0.3.1

  • fixed pytest deprecation warning

0.3.0

  • [feature] changed pyramid_config fixture scope to session.

0.2.0

  • [feature] support pyramid's config inheritance with use = config:other.file.ini - Thanks Eric Hulser
  • [feature] dropped support for python 3.2, added support for python 3.4 and 3.5

0.1.1

  • make factories condition to check parameters against None

0.1.0

  • initial release
  • pyramid_config fixture factory and default fixture
  • pyramid_app fixture factory and default fixture
  • documentation