Skip to content

Commit 70d61b6

Browse files
committed
Bumping version from 1.0.0-alpha.0 to 1.0.0
1 parent f4b50f3 commit 70d61b6

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Change Log
22

3+
## [1.0.0] - 2022-04-05
4+
5+
### Fixed
6+
7+
- Fixed an issue with dependency selection when duplicates exist with different markers. [poetry#4932](https://github.com/python-poetry/poetry/pull/4932)
8+
- Fixed an issue where unconstrained duplicate dependencies are listed with conditional on python version. [poetry#5141](https://github.com/python-poetry/poetry/issues/5141)
9+
10+
### Changes
11+
12+
- Export command now constraints all exported dependencies with the root project's python version constraint. [poetry#5156](https://github.com/python-poetry/poetry/pull/5156)
13+
14+
### Added
15+
16+
- Added support for `--without-urls` option. [poetry#4763](https://github.com/python-poetry/poetry/pull/4763)
17+
18+
319
## [0.2.1] - 2021-11-24
420

521
### Fixed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "poetry-plugin-export"
3-
version = "1.0.0-alpha.0"
3+
version = "1.0.0"
44
description = "Poetry plugin to export the dependencies to various formats"
55
authors = ["Sébastien Eustace <sebastien@eustace.io>"]
66
license = "MIT"

0 commit comments

Comments
 (0)