Skip to content

Commit c08c7c9

Browse files
committed
Update changelog.
1 parent 13f1a55 commit c08c7c9

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

.cookiecutterrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ default_context:
5454
version_manager: bump2version
5555
website: https://blog.ionelmc.ro
5656
year_from: '2014'
57-
year_to: '2022'
57+
year_to: '2023'

CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
Changelog
33
=========
44

5+
1.9.0 (2023-01-04)
6+
------------------
7+
8+
* Added support for matrix multiplication operator (``@``).
9+
* Should have all the wheels now (including the manylinux ones).
10+
* Bumped minimum version requirements for setuptools and setuptools-scm.
11+
* Switched the default pure python fallback implementation to the "simple" one (when you ``from lazy_object_proxy import Proxy``
12+
and the C extension is not available).
13+
Previously the "slots" implementation was used but as it turns out it is slower on Python 3.
14+
515
1.8.0 (2022-10-26)
616
------------------
717

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 2-Clause License
22

3-
Copyright (c) 2014-2022, Ionel Cristian Mărieș. All rights reserved.
3+
Copyright (c) 2014-2023, Ionel Cristian Mărieș. All rights reserved.
44

55
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the
66
following conditions are met:

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
source_suffix = '.rst'
2020
master_doc = 'index'
2121
project = 'lazy-object-proxy'
22-
year = '2014-2022'
22+
year = '2014-2023'
2323
author = 'Ionel Cristian Mărieș'
2424
copyright = '{0}, {1}'.format(year, author)
2525
try:

0 commit comments

Comments
 (0)