Skip to content

Commit

Permalink
Getting ready for a release
Browse files Browse the repository at this point in the history
  • Loading branch information
kushaldas committed Aug 17, 2022
1 parent 2d6c69e commit 948209d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ sudo dnf install nettle clang clang-devel nettle-devel python3-devel pcsc-lite-d
sudo apt install -y python3-dev libnettle6 nettle-dev libhogweed4 python3-pip python3-venv clang libpcsclite-dev
```

Finally build the module using `maturin`.

```
python3 -m venv .venv
Expand All @@ -32,6 +33,12 @@ python3 -m pip install -r requirements-dev.txt
maturin develop
```

For a release build use the following command.

```
maturin build --release
```

## Introduction

Please read the [Introduction](https://johnnycanencrypt.readthedocs.io/en/latest/introduction.html) documentation.
Expand Down
3 changes: 2 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changlelog

## [unreleased]
## [0.7.0] - 2022-08-17

### Added

Expand All @@ -12,6 +12,7 @@
- `sign_detached` will do detached signature, `sign` is for the other usecase.
- renamed `create_newkey` to `create_key` (breaking change).
- renamed `import_cert` to `import_key` (breaking change).
- Updates all dependencies.

### Fixed

Expand Down

0 comments on commit 948209d

Please sign in to comment.