Skip to content

Commit

Permalink
bump to version v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
2mal3 committed Nov 6, 2024
1 parent dbdaca8 commit 83fa15d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.2.2 (6.11.2024)

### Changed

- BREAKING: use bycrpt hash for storing the password
- sort bars in bar chats by their size (#7)

## 0.2.1 (14.9.2024)

Expand Down
2 changes: 1 addition & 1 deletion main.templ
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ templ statsTempl(path string, views []stat, actions []stat, countries []stat, br

templ footerTempl() {
<footer class="container">
<small>v0.2.1 • by <a href="https://github.com/2mal3" target="_blank">2mal3</a></small>
<small>v0.2.2 • by <a href="https://github.com/2mal3" target="_blank">2mal3</a></small>
</footer>
}

Expand Down

0 comments on commit 83fa15d

Please sign in to comment.