We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 519b126 commit 7184062Copy full SHA for 7184062
CHANGELOG.md
@@ -5,6 +5,11 @@ All notable changes to the Reranking & Embedding Service will be documented in t
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [1.4.0] - 2025-10-17
9
+
10
+### Changed
11
+- add /commit slash command for conventional commits
12
13
## [1.3.0] - 2025-10-17
14
15
### Added
version.py
@@ -4,8 +4,8 @@
4
Version information for Reranking & Embedding Service
"""
-__version__ = "1.3.0"
-__version_info__ = (1, 3, 0)
+__version__ = "1.4.0"
+__version_info__ = (1, 4, 0)
def get_version():
"""Get the current version string."""
0 commit comments