Skip to content

Commit

Permalink
Prepare version v0.20.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
tobgu committed Oct 23, 2023
1 parent 07d60a5 commit acdffe6
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
Revision history
----------------
0.20.0, 2023-10-XX
* Fix #245, never introduce new nodes during discard.
* Fix #268, do not rely on well implemented __ne__ for keys in pmaps, instead do explicit inversion of equality
comparison when checking for inequality.
* Officially support Python 3.12.
* Officially drop support for Python 3.7.
* Fix #273, build more types of wheels. Thanks @jams2 for this!
* Fix #282, add generic types to types. Thanks @lukasK9999 for this!
* Fix #281, defaultdict can now be frozen. NB! This is a backwards incompatible fix since defaultdict was not
previously frozen.

0.19.3, 2022-12-29
* Fix #264, add wheels and official support for Python 3.11. Thanks @hugovk for this!

Expand Down
2 changes: 1 addition & 1 deletion LICENSE.mit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2022 Tobias Gustafsson
Copyright (c) 2023 Tobias Gustafsson

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
Expand Down
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -719,6 +719,12 @@ Andy Reagan https:/andyreagan
Aaron Durant https://github.com/Aaron-Durant
Joshua Munn https://github.com/jams2
Lukas https://github.com/lukasK9999
Arshad https://github.com/arshad-ml
Contributing
------------
Expand Down
2 changes: 1 addition & 1 deletion _pyrsistent_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.19.3'
__version__ = '0.20.0rc1'

0 comments on commit acdffe6

Please sign in to comment.