Skip to content

Releases: lovesegfault/beautysh

v6.2.1

12 Oct 08:39
386e46c
Compare
Choose a tag to compare
386e46c chore: bump version to 6.2.1
cb6aa39 fix: correctly name beautysh main file __init__.py

v6.2.0

12 Oct 08:25
16b74f2
Compare
Choose a tag to compare
16b74f2 chore: bump version to 6.2.0
d7a7d8c refactor: update poetry deps, fix issues with Py 3.9
f539b6e chore(nix): update flake inputs
5609593 build(deps-dev): bump pre-commit from 2.14.1 to 2.15.0
5169c61 build(deps-dev): bump pytest from 6.2.4 to 6.2.5
ac50361 build(deps-dev): bump pre-commit from 2.14.0 to 2.14.1
1aecd32 build(deps-dev): bump pre-commit from 2.13.0 to 2.14.0
833ee15 build(deps-dev): bump types-colorama from 0.4.2 to 0.4.3
1ad178d build(deps-dev): bump isort from 5.9.2 to 5.9.3
a8ad19e build(deps-dev): bump black from 21.6b0 to 21.7b0
f639634 chore(nix): update flake inputs
ffd60df chore: enable conventional commits
d48a963 build(deps-dev): bump isort from 5.9.1 to 5.9.2
069d76d build(deps-dev): bump types-colorama from 0.4.1 to 0.4.2
8172d41 build(deps-dev): bump isort from 5.9.0 to 5.9.1
5e8f596 build(deps-dev): bump isort from 5.8.0 to 5.9.0
2f6b856 build(deps-dev): bump types-colorama from 0.4.0 to 0.4.1
236f7ad build(deps-dev): bump black from 21.5b2 to 21.6b0
58880f8 build(deps-dev): bump black from 21.5b1 to 21.5b2
d3d089a build(deps-dev): bump pre-commit from 2.12.1 to 2.13.0
92a7059 flake.lock: Update
88d713e .github/workflows: bump nix used in CI
57ea51b build(deps-dev): bump black from 21.5b0 to 21.5b1
9dcb5d3 build(deps-dev): bump black from 21.4b2 to 21.5b0
3767839 readme: fix outdated instructions
5404fd4 src/beautysh: add diff output to check
b3eb553 flake: add mypy

v6.1.0

04 May 07:45
643a1d5
Compare
Choose a tag to compare
pyproject: bump version to 6.1.0

6.0.1

10 Mar 10:17
6d59c02
Compare
Choose a tag to compare

Fixes an accidental breaking change to __init__.py

6.0.0

10 Mar 10:14
901631f
Compare
Choose a tag to compare

Fixes newlines on Windows

Beautysh 5.0.2

02 Aug 10:14
Compare
Choose a tag to compare

Fixes a small mistake in setup.py

Beautysh 5.0.1

28 Jul 22:06
7aa8af8
Compare
Choose a tag to compare

Fixes #51, which was a small regression on CLI argument parsing causing --help and --version to be broken. Thanks @bollwyvl for reporting!

Beautysh 5.0.0

26 Jul 18:28
b3253bc
Compare
Choose a tag to compare

This is a major release solely to the fact that the CLI "API" has changed.

Other than that this brings small README fixes courtesy of @ankitshubham97, thanks for the contributions Ankit!

4.1

26 Jan 01:05
419f59d
Compare
Choose a tag to compare
4.1

This fixes a small issue that made our setup.py incompatible with Python2: #45

4.0 - New functionality

25 Jan 07:51
0603186
Compare
Choose a tag to compare

This release brings a couple new features:

  • Function style fixing (#39, #40)
  • --version command (#41)

There are also a few bug fixes contained within those PRs, and some new unit tests.

This will be the last major release before the redesign, hopefully.