Skip to content

Commit 437c4bd

Browse files
committed
Release 0.5.0
Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
1 parent 8d12ce9 commit 437c4bd

3 files changed

Lines changed: 7 additions & 20 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ on:
99
- # cron (in UTC): minute hour day_of_month month day_of_week
1010
cron: '00 03 * * SUN'
1111
push:
12-
branches: [ master ]
12+
branches: [ master, stable_0.5 ]
1313
pull_request:
14-
branches: [ master ]
14+
branches: [ master, stable_0.5 ]
1515

1616
jobs:
1717

docs/changes.rst

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,10 @@ Change log
55
==========
66

77

8-
macos_oslog 0.5.0.dev1
9-
----------------------
8+
macos_oslog 0.5.0
9+
-----------------
1010

11-
Released: not yet
11+
Released: 2022-09-04
1212

13-
**Incompatible changes:**
13+
Initial version
1414

15-
**Deprecations:**
16-
17-
**Bug fixes:**
18-
19-
**Enhancements:**
20-
21-
**Cleanup:**
22-
23-
**Known issues:**
24-
25-
* See `list of open issues`_.
26-
27-
.. _`list of open issues`: https://github.com/andy-maier/macos-oslog/issues

src/macos_oslog.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
//
2626
// * "M.N.P.dev1": Development level 1 of a not yet released version M.N.P
2727
// * "M.N.P": A released version M.N.P
28-
static const char *__version__ = "0.5.0.dev1";
28+
static const char *__version__ = "0.5.0";
2929

3030

3131
static char macos_oslog_module_docstring[] =

0 commit comments

Comments
 (0)