Skip to content

Commit

Permalink
Increase to v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cleoold committed May 9, 2021
1 parent 77a4a83 commit 7c8171f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ something different:
conventions, edge behaviors, etc. This means typical Python conventions might be shadowed here
* It tries to implement deferred evaluations. The library operates in a streaming manner if possible and handles
infinite streams (Python generators) properly
* Strong type safety while using this library is guarenteed since the APIs are typed
* Strong type safety while using this library is guarenteed since the APIs are `typed <https://www.python.org/dev/peps/pep-0484/>`_
* It honours the Python `collections.abc <https://docs.python.org/3/library/collections.abc.html>`_ interfaces

The project is licensed under the BSD-2-Clause License.
Expand Down
7 changes: 7 additions & 0 deletions doc/to-start/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ Changelog

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

v0.1.2
********

- Add to_tuple()
- Add an overload to sequence_equal() that accepts a comparision function
- https://github.com/cleoold/types-linq/commit/f70bd510492a915776f6cac26854111650541b22

v0.1.1
********

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='types-linq',
version='v0.1.1',
version='v0.1.2',
url='https://github.com/cleoold/types-linq',
license='BSD 2-Clause License',
author='cleoold',
Expand Down

0 comments on commit 7c8171f

Please sign in to comment.