Skip to content

Commit a387bc6

Browse files
committed
Ready to new release. The major version number has been incremented because this release introduces multiple changes that are incompatible with previous versions.
1 parent 4fc1369 commit a387bc6

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGES.rst

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
1-
0.1.14 (2025-06-11)
1+
1.0.0 (2025-06-12)
22
-------------------
33

4+
This release introduces multiple changes that are incompatible with previous versions.
5+
6+
The major version number has been incremented following `Semantic Versioning (SemVer) <https://semver.org/>`_, as several components of the package have changed in ways that may require updates in client code.
7+
8+
The internal codebase has been significantly cleaned up and reorganized, making it more maintainable and consistent.
9+
10+
This version contains **40% fewer lines of code** compared to the previous release.
11+
12+
Less code means fewer bugs, easier maintenance, and better long-term sustainability.
13+
14+
415
* Breaking changes
516

617
* Remove MSFList (`01dcad230dc368b88a39bfc36f90ddd145f381a2 <https://github.com/goinnn/django-multiselectfield/commit/01dcad230dc368b88a39bfc36f90ddd145f381a2>`_):

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Only required if you want the translation of django-multiselectfield or need its
110110
1.4 SortMultiSelectField
111111
------------------------
112112

113-
Since version 0.1.14, this package also includes a another field type called: SortMultiSelectField.
113+
Since version 1.0.0 (2025-06-12), this package also includes a another field type called: SortMultiSelectField.
114114

115115
For this field to work, you need to include `jQuery <https://jquery.com/download/>`_ (already included in the Django admin) and `jQuery UI <https://jqueryui.com/download/>`_.
116116

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def read(*rnames):
3131

3232
setup(
3333
name="django-multiselectfield",
34-
version="0.1.13",
34+
version="1.0.0",
3535
author="Pablo Martin",
3636
author_email="[email protected]",
3737
description="Django multiple select field",

0 commit comments

Comments
 (0)