Skip to content

Commit f54acf0

Browse files
committed
Increase to v0.2.1
1 parent 0be6b47 commit f54acf0

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

doc/to-start/changelog.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ Changelog
33

44
`GitHub Releases <https://github.com/cleoold/types-linq/releases>`_
55

6+
v0.2.1
7+
********
8+
9+
- Add pipe() to MoreEnumerable class
10+
- Enumerable.distinct(), except1(), .union(), .intersect(), .to_lookup(), .join(), .grooup_join(),
11+
MoreEnumerable.distinct_by(), .except_by() now have preliminary support for unhashable keys
12+
613
v0.2.0
714
********
815

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='types-linq',
8-
version='v0.2.0',
8+
version='v0.2.1',
99
url='https://github.com/cleoold/types-linq',
1010
license='BSD 2-Clause License',
1111
author='cleoold',

0 commit comments

Comments
 (0)