Skip to content

Commit a1c9867

Browse files
committed
Releasing version 0.12.0.
1 parent 9402569 commit a1c9867

5 files changed

Lines changed: 16 additions & 3 deletions

File tree

HOWTO-RELEASE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Push, and check the Travis CI results.
1111
Edit VERSION NEWS package/rubygem-ruby-dbus.spec
1212

1313
osc vc package
14-
git commit
14+
git commit -m "Releasing version $(cat VERSION)."
1515

1616
Build, and submit + SR to OBS
1717

NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Note about bug numbers:
77

88
== Unreleased
99

10+
== Ruby D-Bus 0.12.0 - 2016-09-12
11+
1012
API:
1113
* Added proxy objects whose methods return single values instead of arrays
1214
(use Service#[] instead of Service#object; Issue#30).

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.11.2
1+
0.12.0

package/rubygem-ruby-dbus.changes

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
-------------------------------------------------------------------
2+
Mon Sep 12 19:51:17 UTC 2016 - mvidner@suse.com
3+
4+
- 0.12.0
5+
API:
6+
* Added proxy objects whose methods return single values instead of arrays
7+
(use Service#[] instead of Service#object; Issue#30).
8+
9+
Requirements:
10+
* Require ruby 2.0.0, stopped supporting 1.9.3.
11+
112
-------------------------------------------------------------------
213
Sun Sep 11 10:47:10 UTC 2016 - mvidner@suse.com
314

package/rubygem-ruby-dbus.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#
2525

2626
Name: rubygem-ruby-dbus
27-
Version: 0.11.2
27+
Version: 0.12.0
2828
Release: 0
2929
%define mod_name ruby-dbus
3030
%define mod_full_name %{mod_name}-%{version}

0 commit comments

Comments
 (0)