Skip to content

Commit

Permalink
ver: 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zefr0x committed Mar 11, 2024
1 parent e90d258 commit 61f42e2
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Unreleased

# 1.0.1

## i18n

- Add `Italian` language.
- Add `Brazilian Portuguese` language.

## Dependencies

Update all requirements.

# 1.0.0

First release.
5 changes: 4 additions & 1 deletion data/io.github.zefr0x.hashes.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,11 @@
<url type="vcs-browser">https://github.com/zefr0x/hashes</url>
<url type="contribute">https://github.com/zefr0x/hashes/blob/main/CONTRIBUTING.md</url>
<releases>
<release version="1.0.1" date="2024-03-11" urgency="low">
<url>https://github.com/zefr0x/hashes/blob/main/CHANGELOG.md</url>
</release>
<release version="1.0.0" date="2024-03-01" urgency="low">
<url>https://github.com/zefr0x/hashes/blob/main/CHANGELOG.md#100</url>
<url>https://github.com/zefr0x/hashes/blob/main/CHANGELOG.md</url>
</release>
</releases>
<!-- TODO: Add Arabic screenshots when flathub supports it. -->
Expand Down
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
project(
'hashes',
version : '1.0.0',
version : '1.0.1',
license : 'GPL3',
default_options : ['warning_level=2'],
)

APP_ID = 'io.github.zefr0x.hashes'
APP_BIN = 'hashes'
APP_VERSION = '1.0.0'
APP_VERSION = '1.0.1'

# Get options
prefix = get_option('prefix')
Expand Down

0 comments on commit 61f42e2

Please sign in to comment.