Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vchrombie committed Sep 20, 2021
1 parent 84b1d1f commit 0ce31e0
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 13 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
Venu Vardhan Reddy Tekula <[email protected]>
Lewi Uberg <[email protected]>

11 changes: 11 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Releases

## peodd 0.3.0 - (2021-09-20)

**New features:**

* Add support for exporting non-dev dependencies\
Add possibility to export only non-dev dependencies to a txt file with
the `--non-dev` flag, and remove the default filename, forcing the
user to provide one with the `-o`, `--output` flag. Usage: ``` $ peodd
--non-dev -o requirements.txt ```


## peodd 0.2.2 - (2021-08-03)

**Bug fixes:**
Expand Down
4 changes: 2 additions & 2 deletions peodd/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# File auto-generated by semverup on 2021-08-03 18:15:03.344208
__version__ = "0.2.2"
# File auto-generated by semverup on 2021-09-20 08:43:25.665174
__version__ = "0.3.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "peodd"
version = "0.2.2"
version = "0.3.0"
description = "Script to export the pyproject.toml dev-dependencies to a txt file."
authors = [
"Venu Vardhan Reddy Tekula <[email protected]>"
Expand Down
10 changes: 10 additions & 0 deletions releases/0.3.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## peodd 0.3.0 - (2021-09-20)

**New features:**

* Add support for exporting non-dev dependencies\
Add possibility to export only non-dev dependencies to a txt file with
the `--non-dev` flag, and remove the default filename, forcing the
user to provide one with the `-o`, `--output` flag. Usage: ``` $ peodd
--non-dev -o requirements.txt ```

This file was deleted.

0 comments on commit 0ce31e0

Please sign in to comment.