Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('ml-agent', 'c', 'cpp',
version: '1.8.6',
version: '1.8.8',
license: ['Apache-2.0'],
meson_version: '>=0.50.0',
default_options: [
Expand Down
5 changes: 4 additions & 1 deletion packaging/mlops-agent.spec
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Summary: AI service agent for MLOps and ML(Machine Learning) API
# Synchronize the version information for ML-Agent.
# 1. Tizen : ./packaging/mlops-agent.spec
# 2. Meson : ./meson.build
Version: 1.8.6
Version: 1.8.8
Release: 0
Group: Machine Learning/ML Framework
Packager: Sangjung Woo <[email protected]>
Expand Down Expand Up @@ -294,6 +294,9 @@ install -m 0755 packaging/run-unittest.sh %{buildroot}%{_bindir}/tizen-unittests
%endif # unit_test

%changelog
* Wed Aug 27 2025 Sangjung Woo <[email protected]>
- Release of 1.8.8 (Tizen 10.0 M2)

* Mon Sep 02 2024 Sangjung Woo <[email protected]>
- Release of 1.8.6 (Tizen 9.0 M2)

Expand Down