Skip to content

Commit

Permalink
change: Bump version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Heikki Ketoharju committed Jan 8, 2024
1 parent 178530f commit f80f137
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .fpm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-s python
--name gallery
--license gpl3
--version 0.3.0
--version 0.3.1
--architecture all

--no-python-dependencies
Expand Down
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,21 @@

All notable changes to this project will be documented in this file.

## [unreleased]
## [0.3.1] - 2024-01-08

### Fixed bugs

- Collection view doesn't lose image metadata anymore - [178530f]
- Several tags are saved correctly after edits - [e9b97c1]

### Refined Documentation

- Fix changelog so that it displays the right software version - [0e1d22e]
- Use a new, git-cliff generated changelog format - [4565c24]

### Build

- Bump version - [0fca392]
## [0.3.0] - 2024-01-07

### Features
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "gallery"
version = "0.3.0"
version = "0.3.1"
dependencies = [
# To read Toml
"tomli",
Expand Down

0 comments on commit f80f137

Please sign in to comment.