Skip to content

Commit

Permalink
chore(main): release 0.8.0 (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
gbbirkisson authored Aug 22, 2024
1 parent d6fa5a5 commit 73bf2b9
Show file tree
Hide file tree
Showing 4 changed files with 17 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.8.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

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


### Features

* **processing:** follow symlinks by default ([#267](https://github.com/gbbirkisson/spis/issues/267)) ([963f9c5](https://github.com/gbbirkisson/spis/commit/963f9c5fba4ebfbb96dc3e476d50d82bbf2bad45))
* use creation time if exif data is missing ([#270](https://github.com/gbbirkisson/spis/issues/270)) ([d6fa5a5](https://github.com/gbbirkisson/spis/commit/d6fa5a56e47b0b9fad2498c291c4a29d8b27f5b2))


### Bug Fixes

* bump page size to 100 ([#269](https://github.com/gbbirkisson/spis/issues/269)) ([09f8381](https://github.com/gbbirkisson/spis/commit/09f83813ed3493603acec45ca771952fd893bcae))
* **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.8.0"
edition = "2021"

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

0 comments on commit 73bf2b9

Please sign in to comment.