Skip to content

Commit

Permalink
Release version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shanavas786 committed Mar 8, 2019
1 parent 5859e59 commit 47fa4b1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 0.3.0 (2019-03-01)
* [fix] sanitize url from ssh and git prefixes
* [new] Add support for gitlab repositry
* [fix] Use upstream name for BSD licenses
* [new] Replace fakeupstream by npmregistry (#136)
* [new] Generate upstream/metadata
* [fix] Use "auto" in debian/watch
* [new] Switch tests to pkg-js-tools
* [fix] Update dh version to 11 and standards-version to 4.3.0
* [fix] fix support scoped package names handling
* [fix] trailing whitespace in debian templates
* [fix] query madison API directly to find source package (Closes: #909753)
* [fix] Use `skimdb.npmjs.com` to retrieve reverse dependencies

## 0.2.8 (2018-08-15)
* [fix] Exclude unwanted files from debian/install
* [fix] Switch to releases page in watch instead of now broken tags page
Expand Down
2 changes: 1 addition & 1 deletion npm2deb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from npm2deb import utils, templates
from npm2deb.mapper import Mapper

VERSION = '0.2.8'
VERSION = '0.3.0'
DEBHELPER = 11
STANDARDS_VERSION = '4.3.0'

Expand Down

0 comments on commit 47fa4b1

Please sign in to comment.