|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
5 | | -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this |
6 | | -project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 5 | +The format is based on [Keep a Changelog], and this project adheres to [Semantic |
| 6 | +Versioning]. |
7 | 7 |
|
8 | | -## Unreleased |
| 8 | +## [Unreleased] |
9 | 9 |
|
10 | | -* Drop support for Python 3.7, Python 3.8 and PyPy3.8. |
11 | | -* Add tests with Python 3.13 and PyPy3.10. |
| 10 | +- Drop support for Python 3.7, Python 3.8 and PyPy3.8. |
| 11 | +- Add tests with Python 3.14 and PyPy3.11. |
12 | 12 |
|
13 | 13 | ## [1.1.0] - 2022-12-29 |
14 | 14 |
|
15 | | -* Improve performance. |
| 15 | +- Improve performance. |
16 | 16 |
|
17 | 17 | ## [1.0.2] - 2022-06-18 |
18 | 18 |
|
19 | | -* Drop support for Python 3.5, 3.6 and PyPy3.6. |
20 | | -* Add tests with Python 3.10 and PyPy3.8. |
| 19 | +- Drop support for Python 3.5, 3.6 and PyPy3.6. |
| 20 | +- Add tests with Python 3.10 and PyPy3.8. |
21 | 21 |
|
22 | 22 | ## [1.0.1] - 2020-10-28 |
23 | 23 |
|
24 | | -* Fix release script. |
| 24 | +- Fix release script. |
25 | 25 |
|
26 | 26 | ## [1.0.0] - 2020-10-28 |
27 | 27 |
|
28 | | -* Drop support for Python 2.7 and 3.4 |
29 | | -* Add type hints |
| 28 | +- Drop support for Python 2.7 and 3.4 |
| 29 | +- Add type hints |
30 | 30 |
|
31 | 31 | ## [0.2] - 2016-10-09 |
32 | 32 |
|
33 | | -* Add support for Python 2 |
| 33 | +- Add support for Python 2 |
34 | 34 |
|
35 | 35 | ## [0.1] - 2016-08-06 |
36 | 36 |
|
37 | | -* Initial public release |
38 | | - |
39 | | -[Unreleased]: https://github.com/bbc2/shuffled/compare/1.1.0...main |
40 | | -[1.1.0]: https://github.com/bbc2/shuffled/compare/1.0.2...1.1.0 |
41 | | -[1.0.2]: https://github.com/bbc2/shuffled/compare/1.0.1...1.0.2 |
42 | | -[1.0.1]: https://github.com/bbc2/shuffled/compare/1.0.0...1.0.1 |
43 | | -[1.0.0]: https://github.com/bbc2/shuffled/compare/v0.2...1.0.0 |
44 | | -[0.2]: https://github.com/bbc2/shuffled/compare/v0.1...v0.2 |
45 | | -[0.1]: https://github.com/bbc2/shuffled/tree/v0.1 |
| 37 | +- Initial public release |
| 38 | + |
| 39 | + [Keep a Changelog]: https://keepachangelog.com/en/1.0.0/ |
| 40 | + [Semantic Versioning]: https://semver.org/spec/v2.0.0.html |
| 41 | + [Unreleased]: https://github.com/bbc2/shuffled/compare/1.1.0...main |
| 42 | + [1.1.0]: https://github.com/bbc2/shuffled/compare/1.0.2...1.1.0 |
| 43 | + [1.0.2]: https://github.com/bbc2/shuffled/compare/1.0.1...1.0.2 |
| 44 | + [1.0.1]: https://github.com/bbc2/shuffled/compare/1.0.0...1.0.1 |
| 45 | + [1.0.0]: https://github.com/bbc2/shuffled/compare/v0.2...1.0.0 |
| 46 | + [0.2]: https://github.com/bbc2/shuffled/compare/v0.1...v0.2 |
| 47 | + [0.1]: https://github.com/bbc2/shuffled/tree/v0.1 |
0 commit comments