Skip to content

Commit

Permalink
0.52.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Mar 1, 2022
1 parent ce448b5 commit ec5b727
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

<!--next-version-placeholder-->

## v0.52.0 (2022-03-01)
### Feature
* Track original file in auto_yaml ([`36af60e`](https://github.com/mcbeet/beet/commit/36af60e625bc816d72358423ac926839abd1c3ec))
* Make bare file content private and track original file ([`5d8320f`](https://github.com/mcbeet/beet/commit/5d8320ff676e488dd8c699d7a57d5d81365346df))
* Add source range ([`321b410`](https://github.com/mcbeet/beet/commit/321b410c18f58734b36fb67dbb38b919ef630e99))

### Fix
* Make original refer to self by default ([`ce448b5`](https://github.com/mcbeet/beet/commit/ce448b56aae3527344fb510fe4f2ccd9d8682236))
* Take ranges into account in equality check fast path ([`14b7287`](https://github.com/mcbeet/beet/commit/14b728753321eb807687d960d17b91249267a026))
* Better repr for file instances ([`54c46c4`](https://github.com/mcbeet/beet/commit/54c46c447920c1bf2a17cc3a5f437402915e155e))

## v0.51.2 (2022-02-28)
### Fix
* Forgot to export DensityFunction ([`8884c59`](https://github.com/mcbeet/beet/commit/8884c59f7f4bd135e9899562dd88a6e4f2692e19))
Expand Down
2 changes: 1 addition & 1 deletion beet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
from .toolchain.tree import *
from .toolchain.worker import *

__version__ = "0.51.2"
__version__ = "0.52.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "beet"
version = "0.51.2"
version = "0.52.0"
description = "The Minecraft pack development kit"
authors = ["Valentin Berlier <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit ec5b727

Please sign in to comment.