Core: Bump to allow a third value when creating columns

This commit is contained in:
Mike Auty
2024-02-18 22:14:25 +00:00
parent e381a00780
commit 262642ee37
2 changed files with 7 additions and 2 deletions
+5
View File
@@ -4,6 +4,11 @@ API Changes
When an addition to the existing API is made, the minor version is bumped.
When an API feature or function is removed or changed, the major version is bumped.
2.6.0
=====
Plugins defining treegrid columns can use three-tuples, including a new third "extra" parameter to determine if a column
should be hidden by default.
2.5.0
=====
Add in support for specifying a type override for object_from_symbol
+2 -2
View File
@@ -44,8 +44,8 @@ BANG = "!"
# We use the SemVer 2.0.0 versioning scheme
VERSION_MAJOR = 2 # Number of releases of the library with a breaking change
VERSION_MINOR = 5 # Number of changes that only add to the interface
VERSION_PATCH = 2 # Number of changes that do not change the interface
VERSION_MINOR = 6 # Number of changes that only add to the interface
VERSION_PATCH = 0 # Number of changes that do not change the interface
VERSION_SUFFIX = ""
# TODO: At version 2.0.0, remove the symbol_shift feature