You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,16 @@
1
1
# Change Log
2
2
3
+
## [1.0.2] - 2022-05-10
4
+
5
+
### Fixed
6
+
7
+
- Fixed an issue where the exported hashes were not sorted. [#54](https://github.com/python-poetry/poetry-plugin-export/pull/54)
8
+
9
+
### Changes
10
+
11
+
- The implicit dependency group was renamed from "default" to "main". (Requires poetry-core > 1.1.0a7 to take effect.) [#52](https://github.com/python-poetry/poetry-plugin-export/pull/52)
12
+
13
+
3
14
## [1.0.1] - 2022-04-11
4
15
5
16
### Fixed
@@ -37,7 +48,8 @@
37
48
- Added support for dependency groups. [#6](https://github.com/python-poetry/poetry-plugin-export/pull/6)
0 commit comments