Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
  • Loading branch information
andy-maier committed Sep 4, 2022
1 parent 8d12ce9 commit 437c4bd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 20 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ on:
- # cron (in UTC): minute hour day_of_month month day_of_week
cron: '00 03 * * SUN'
push:
branches: [ master ]
branches: [ master, stable_0.5 ]
pull_request:
branches: [ master ]
branches: [ master, stable_0.5 ]

jobs:

Expand Down
21 changes: 4 additions & 17 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,10 @@ Change log
==========


macos_oslog 0.5.0.dev1
----------------------
macos_oslog 0.5.0
-----------------

Released: not yet
Released: 2022-09-04

**Incompatible changes:**
Initial version

**Deprecations:**

**Bug fixes:**

**Enhancements:**

**Cleanup:**

**Known issues:**

* See `list of open issues`_.

.. _`list of open issues`: https://github.com/andy-maier/macos-oslog/issues
2 changes: 1 addition & 1 deletion src/macos_oslog.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
//
// * "M.N.P.dev1": Development level 1 of a not yet released version M.N.P
// * "M.N.P": A released version M.N.P
static const char *__version__ = "0.5.0.dev1";
static const char *__version__ = "0.5.0";


static char macos_oslog_module_docstring[] =
Expand Down

0 comments on commit 437c4bd

Please sign in to comment.