Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Release] update version #49

Merged
merged 1 commit into from
Sep 5, 2024
Merged
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
[Release] update version
Prepare Tizen 9.0 M2 release, update version.

Signed-off-by: Jaeyun Jung <jy1210.jung@samsung.com>
  • Loading branch information
jaeyun-jung committed Sep 2, 2024
commit 6a3ef9ee2a211af4c8b2b50f4aca923acda07f83
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.5',
version: '1.8.6',
license: ['Apache-2.0'],
meson_version: '>=0.50.0',
default_options: [
5 changes: 4 additions & 1 deletion packaging/mlops-agent.spec
Original file line number Diff line number Diff line change
@@ -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.5
Version: 1.8.6
Release: 0
Group: Machine Learning/ML Framework
Packager: Sangjung Woo <sangjung.woo@samsung.com>
@@ -291,6 +291,9 @@ install -m 0755 packaging/run-unittest.sh %{buildroot}%{_bindir}/tizen-unittests
%endif # unit_test

%changelog
* Mon Sep 02 2024 Sangjung Woo <sangjung.woo@samsung.com>
- Release of 1.8.6 (Tizen 9.0 M2)

* Thu Feb 08 2024 Sangjung Woo <sangjung.woo@samsung.com>
- Rename the package prefix to mlops-agent