Skip to content

Commit

Permalink
chore(release): v1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Antiz96 committed Feb 17, 2025
1 parent a330014 commit 75f0a57
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

## [v1.3.3](https://github.com/Antiz96/zaman/releases/tag/v1.3.3) - 2025-02-17

### Styling

- Remove unconventional dots from output ([#70](https://github.com/Antiz96/zaman/pull/70)) - ([a330014](https://github.com/Antiz96/zaman/commit/a330014db2e46f5f7b0ac914536dfa6b94c61391)) by @Antiz96

### Miscellaneous

- *(man)* Don't compress man pages during build ([#69](https://github.com/Antiz96/zaman/pull/69)) - ([3048a2e](https://github.com/Antiz96/zaman/commit/3048a2ed0358ae7c22921b1d8e3f278af404fbb0)) by @Antiz96

## [v1.3.2](https://github.com/Antiz96/zaman/releases/tag/v1.3.2) - 2025-02-07

### Styling
Expand Down
2 changes: 1 addition & 1 deletion doc/man/zaman.1.scd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
zaman(1) ["Zaman 1.3.2" ["Zaman Manual"]]
zaman(1) ["Zaman 1.3.3" ["Zaman Manual"]]

# NAME

Expand Down
2 changes: 1 addition & 1 deletion src/zaman.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# General variables
name="zaman"
version="1.3.2"
version="1.3.3"
option="${1}"
man_selected="${2}"
file="${3}"
Expand Down

0 comments on commit 75f0a57

Please sign in to comment.