Skip to content

Commit

Permalink
Version change to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spirali committed May 23, 2024
1 parent 0d3ccae commit 30cc3a5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,8 @@ jobs:

release:
name: Release
permissions:
contents: write
runs-on: ubuntu-latest
if: "startsWith(github.ref, 'refs/tags/')"
needs: [ test, sdist, deploy-docs ]
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 0.9

## New features

Expand All @@ -13,6 +13,7 @@
## Fixes

* Fixed problem when ListBuilder is used together with steps
* Fixed loading SVG files with DTD


# 0.8
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nelsie"
version = "0.8.0"
version = "0.9.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 30cc3a5

Please sign in to comment.