Skip to content

Commit

Permalink
v0.1.6 - update changelog and setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
k3karthic committed Apr 16, 2022
1 parent bb01810 commit 340dad3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.6] - 2022-04-16
- Added option to sync the vault before export
- Added option to export the vault as an unencrypted json file

## [0.1.5] - 2022-02-07
- Renamed executable to bw2kp when installed via pip or setup.py
- Added setup.py
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
from setuptools import setup

setup(name="bitwarden-to-keepass",
version="v0.1.5",
version="v0.1.6",
description="Convert BitWarden Vault into a KeePass Database (kdbx)",
long_description=open('README.md', 'rb').read().decode('utf-8'),
long_description_content_type="text/markdown",
author="k3karthic",
author_email="k3.karthic@protonmail.ch",
author="k3karthic, firecat53",
author_email="k3.karthic@protonmail.ch, firecat4153@gmail.com",
url="https://github.com/k3karthic/bitwarden-to-keepass",
download_url="https://github.com/k3karthic/bitwarden-to-keepass/tarball/v0.1.5",
py_modules=["convert"],
Expand Down

0 comments on commit 340dad3

Please sign in to comment.