Skip to content

Releases: gouline/molot

v1.0.3

01 Sep 10:58
c9a2d3d
Compare
Choose a tag to compare

What's Changed

  • Remove dev dependencies from test extra (#21)

Full Changelog: v1.0.2...v1.0.3

https://pypi.org/project/molot/1.0.3/

v1.0.2

30 Aug 12:54
f61acd4
Compare
Choose a tag to compare

What's Changed

  • Remove mentions of pylint (#20)

Full Changelog: v1.0.1...v1.0.2

https://pypi.org/project/molot/1.0.2/

v1.0.1

30 Aug 12:27
0e2005d
Compare
Choose a tag to compare

What's Changed

  • Testability in IDE and pytest (#15)
  • Migrate to Ruff (#16)
  • Remove black formatter badge (#17)
  • Migrate to uv/pyproject.toml (#19)

Full Changelog: v1.0.0...v1.0.1

https://pypi.org/project/molot/1.0.1/

v1.0.0

07 Jan 10:58
8f1363d
Compare
Choose a tag to compare

What's Changed

  • New project structure, build setup and documentation (#10, #13, #14)
  • Improved linting and testing (#11, #12)

Breaking Changes

  • Following modules have been dropped: builder, context, installer

Full Changelog: v0.8.2...v1.0.0

https://pypi.org/project/molot/1.0.0/

v0.8.2

09 Dec 05:00
9982f90
Compare
Choose a tag to compare

Set non-zero status code when target not found (#9).

https://pypi.org/project/molot/0.8.2/

v0.8.1

17 Jul 13:51
986c7cf
Compare
Choose a tag to compare

Automated release test (no new functionality)

https://pypi.org/project/molot/0.8.1/

v0.8.0

24 Jun 06:34
Compare
Choose a tag to compare

Support for loading optional .env files containing environment variables.

https://pypi.org/project/molot/0.8.0/

v0.7.2

31 May 07:03
Compare
Choose a tag to compare

Update the use of ruamel.yaml from deprecated to new syntax, as recommended in the bug report, and remove the version lock as that bug in 0.17.5 no longer affects this implementation.

https://pypi.org/project/molot/0.7.2/

v0.7.1

31 May 02:42
Compare
Choose a tag to compare

Ruamel.yaml released 0.17.5 recently, which causes a crash described in this bug report. This release locks the dependency to older versions.

https://pypi.org/project/molot/0.7.1/

v0.7.0

12 Apr 07:35
Compare
Choose a tag to compare

When config/envconfig properties differ from defaults, call load_config()/load_envconfig() after evaluate() and perform any required manipulations with the returned dictionary so that it can be used by further calls to config()/envconfig() from within targets.

https://pypi.org/project/molot/0.7.0/