Skip to content

Commit fe651f1

Browse files
committed
package v0.3.1
1 parent a5bcf29 commit fe651f1

File tree

6 files changed

+20
-4
lines changed

6 files changed

+20
-4
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
## lib45d 0.3.0-1
1+
## lib45d 0.3.1-1
22

3-
* Add unix domain socket classes.
3+
* Update documentation for sockets

manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "lib45d",
44
"title": "lib45d",
55
"prerelease": false,
6-
"version": "0.3.0",
6+
"version": "0.3.1",
77
"buildVersion": "1",
88
"author": "Joshua Boudreau <[email protected]>",
99
"url": "https://github.com/45Drives/lib45d",
@@ -70,7 +70,7 @@
7070
],
7171
"changelog": {
7272
"urgency": "medium",
73-
"version": "0.3.0",
73+
"version": "0.3.1",
7474
"buildVersion": "1",
7575
"ignore": [],
7676
"date": null,

packaging/el8-devel/main.spec

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ make DESTDIR=%{buildroot} DEVEL=1 install
3030
/usr/lib/*
3131

3232
%changelog
33+
* Mon Sep 20 2021 Joshua Boudreau <[email protected]> 0.3.1-1
34+
- Update documentation for sockets
3335
* Mon Sep 20 2021 Joshua Boudreau <[email protected]> 0.3.0-1
3436
- Add unix domain socket classes.
3537
* Tue Sep 14 2021 Joshua Boudreau <[email protected]> 0.2.4-1

packaging/el8/main.spec

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ make DESTDIR=%{buildroot} install
2929
/usr/lib/*
3030

3131
%changelog
32+
* Mon Sep 20 2021 Joshua Boudreau <[email protected]> 0.3.1-1
33+
- Update documentation for sockets
3234
* Mon Sep 20 2021 Joshua Boudreau <[email protected]> 0.3.0-1
3335
- Add unix domain socket classes.
3436
* Tue Sep 14 2021 Joshua Boudreau <[email protected]> 0.2.4-1

packaging/focal-dev/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
lib45d (0.3.1-1focal) focal; urgency=medium
2+
3+
* Update documentation for sockets
4+
5+
-- Joshua Boudreau <[email protected]> Mon, 20 Sep 2021 14:30:30 -0300
6+
17
lib45d (0.3.0-1focal) focal; urgency=medium
28

39
* Add unix domain socket classes.

packaging/focal/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
lib45d (0.3.1-1focal) focal; urgency=medium
2+
3+
* Update documentation for sockets
4+
5+
-- Joshua Boudreau <[email protected]> Mon, 20 Sep 2021 14:30:30 -0300
6+
17
lib45d (0.3.0-1focal) focal; urgency=medium
28

39
* Add unix domain socket classes.

0 commit comments

Comments
 (0)