Skip to content

Commit 43cd939

Browse files
committed
Increase to v0.2.0
1 parent 7882a1a commit 43cd939

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.0
7+
********
8+
9+
- Add a MoreEnumerable class containing the following method names: aggregate_right(), distinct_by(), except_by(),
10+
flatten(), for_each(), interleave(), maxima_by(), minima_by(), traverse_breath_first() and traverse_depth_first()
11+
- Add as_more() to Enumerable class
12+
613
v0.1.2
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.1.2',
8+
version='v0.2.0',
99
url='https://github.com/cleoold/types-linq',
1010
license='BSD 2-Clause License',
1111
author='cleoold',

0 commit comments

Comments
 (0)