Skip to content

Commit f14d5a1

Browse files
committed
Update version and changelog
1 parent 55b1fb1 commit f14d5a1

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.adoc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
= Changelog
22

3-
== v0.5.1 (Unreleased)
3+
== v1.0.0
4+
5+
*Changes*
6+
7+
* Add default hotkey `Alt+Shift+P` (by MarSoft)
8+
* First stable release.
9+
10+
== v0.5.1
411

512
*Changes*
613

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ These instructions have been tested in Ubuntu 22.04 and later:
3232
### Python native pass application install
3333

3434
sudo apt-get install pass python3 python3-pip
35-
pip install --user chrome-pass==0.5.1
35+
pip install --user chrome-pass==1.0.0
3636
chrome_pass install
3737

3838
### Chrome extension install

application/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools"]
33
build-backend = "setuptools.build_meta"
44
[project]
55
name = "chrome_pass"
6-
version = "0.5.1"
6+
version = "1.0.0"
77
authors = [
88
{name = "Horacio Sanson", email = "hsanson@gmail.com"},
99
]

extension/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "chrome-pass (ZX2C4)",
4-
"version": "0.5.1",
4+
"version": "1.0.0",
55
"description": "Chrome plugin for *pass* the standard unix password manager.",
66
"minimum_chrome_version": "107.0",
77
"author": "Horacio Sanson",

0 commit comments

Comments
 (0)