We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 529ebbb commit 7d5815bCopy full SHA for 7d5815b
CHANGELOG.md
@@ -3,7 +3,22 @@
3
All notable changes to scimodom will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/), and this project adheres to [Semantic Versioning](http://semver.org/).
5
6
-## [Release candidate] - started 2025-01
+## [Release candidate] - started 2025-03
7
+
8
+## [4.0.0] - 2025-03-10
9
10
+### Fixed
11
12
+- Gene cache query missing filter for modification.
13
14
+### Changed
15
16
+- CLI
17
+- Documentation
18
19
+### Added
20
21
+- CLI tests
22
23
## [3.1.1] - 2025-01-15
24
server/src/scimodom/__init__.py
@@ -1,2 +1,2 @@
1
-__version_info__ = ("3", "1", "1")
+__version_info__ = ("4", "0", "0")
2
__version__ = ".".join(__version_info__)
0 commit comments