From c08c7c9fbf53f3953c17e85b73fbcbcdf2525a7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionel=20Cristian=20M=C4=83rie=C8=99?= Date: Wed, 4 Jan 2023 20:20:27 +0200 Subject: [PATCH] Update changelog. --- .cookiecutterrc | 2 +- CHANGELOG.rst | 10 ++++++++++ LICENSE | 2 +- docs/conf.py | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.cookiecutterrc b/.cookiecutterrc index dbe9f02..4e39e27 100644 --- a/.cookiecutterrc +++ b/.cookiecutterrc @@ -54,4 +54,4 @@ default_context: version_manager: bump2version website: https://blog.ionelmc.ro year_from: '2014' - year_to: '2022' + year_to: '2023' diff --git a/CHANGELOG.rst b/CHANGELOG.rst index bdd87df..5e844a8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,16 @@ Changelog ========= +1.9.0 (2023-01-04) +------------------ + +* Added support for matrix multiplication operator (``@``). +* Should have all the wheels now (including the manylinux ones). +* Bumped minimum version requirements for setuptools and setuptools-scm. +* Switched the default pure python fallback implementation to the "simple" one (when you ``from lazy_object_proxy import Proxy`` + and the C extension is not available). + Previously the "slots" implementation was used but as it turns out it is slower on Python 3. + 1.8.0 (2022-10-26) ------------------ diff --git a/LICENSE b/LICENSE index e78d2fb..07630f9 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ BSD 2-Clause License -Copyright (c) 2014-2022, Ionel Cristian Mărieș. All rights reserved. +Copyright (c) 2014-2023, Ionel Cristian Mărieș. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/docs/conf.py b/docs/conf.py index 8483387..19d946d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -19,7 +19,7 @@ source_suffix = '.rst' master_doc = 'index' project = 'lazy-object-proxy' -year = '2014-2022' +year = '2014-2023' author = 'Ionel Cristian Mărieș' copyright = '{0}, {1}'.format(year, author) try: