Skip to content

Commit

Permalink
chore(main): release 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gbbirkisson committed Aug 22, 2024
1 parent c0bd908 commit 6fd2d25
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.7.0"
".": "0.7.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.7.1](https://github.com/gbbirkisson/spis/compare/v0.7.0...v0.7.1) (2024-08-22)


### Bug Fixes

* **templates:** remove whitespaces ([#266](https://github.com/gbbirkisson/spis/issues/266)) ([c0bd908](https://github.com/gbbirkisson/spis/commit/c0bd9087ff248e42d612a5ec71f4f16bbd347fa8))

## [0.7.0](https://github.com/gbbirkisson/spis/compare/v0.6.0...v0.7.0) (2024-08-22)


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 = "spis"
version = "0.7.0"
version = "0.7.1"
edition = "2021"

# https://docs.rs/color-eyre/latest/color_eyre/#improving-perf-on-debug-builds
Expand Down

0 comments on commit 6fd2d25

Please sign in to comment.