Skip to content

Commit 100f4ed

Browse files
committed
Release of 0.6.0
It has been too long since the last version update, and we had too huge changes since 0.5.0 release. Besides, PPA Launchpad has issue of having 0.5.1 release, which blocks updating latest 0.5.0 updates. Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
1 parent 091c496 commit 100f4ed

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
nntrainer (0.6.0) unstable; urgency=medium
2+
3+
* 0.6.0 released
4+
5+
-- MyungJoo Ham <myungjoo.ham@samsung.com> Thu, 23 Jan 2025 14:08:00 +0900
6+
17
nntrainer (0.5.0) unstable; urgency=medium
28

39
* 0.5.0 released

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('nntrainer', 'c', 'cpp',
2-
version: '0.5.0',
2+
version: '0.6.0',
33
license: ['apache-2.0'],
44
meson_version: '>=0.50.0',
55
default_options: [

packaging/nntrainer.spec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575

7676
Name: nntrainer
7777
Summary: Software framework for training neural networks
78-
Version: 0.5.0
78+
Version: 0.6.0
7979
Release: 0
8080
Packager: Jijoong Moon <jijoong.moon@samsung.com>
8181
License: Apache-2.0
@@ -704,6 +704,8 @@ cp -r result %{buildroot}%{_datadir}/nntrainer/unittest/
704704
%endif
705705

706706
%changelog
707+
* Thu Jan 23 2025 MyungJoo Ham <myungjoo.ham@samsung.com>
708+
- Release of 0.6.0
707709
* Tue Apr 04 2023 Jijoong Moon <jijoong.moon@samsung.com>
708710
- Release of 0.5.0
709711
* Mon Sep 26 2022 Jijoong Moon <jijoong.moon@samsung.com>

0 commit comments

Comments
 (0)