Skip to content

Commit

Permalink
Bump v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sc-david-voisin committed Aug 28, 2024
1 parent f5b4d7f commit eea321f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

## To be Released

* chore(go): use go 1.22
## 1.1.0

* Raise default length from 20 to 64
* Allow `_` only as special character
* chore(go): use go 1.22

## 1.0.3

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Go Password v1.0.3
# Go Password v1.1.0

Simple password generator in Go. Use `crypto/rand`

Expand All @@ -17,7 +17,7 @@ Bump new version number in `CHANGELOG.md` and `README.md`.
Commit, tag and create a new release:

```sh
version="1.0.3"
version="1.1.0"
git switch --create release/${version}
git add CHANGELOG.md README.md
git commit -m "Bump v${version}"
Expand Down

0 comments on commit eea321f

Please sign in to comment.