Skip to content

Commit

Permalink
bump version to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gkdr committed Apr 10, 2022
1 parent 6ff91f9 commit b15bf7a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [UNRELEASED]
## [0.8.1] - 2022-04-10
### Added
- In some error cases additional information is printed to `stderr` if `LIBOMEMO_DEBUG` is set ([#40](https://github.com/gkdr/libomemo/pull/40))

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.16.3)

project(omemo
VERSION
0.8.0
0.8.1
# NOTE: Because this^^ version affects shared library filenames,
# it needs a major version bump to 1.0.0 already at
# the _first ever ABI break_ despite semver rule 4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# libomemo 0.8.0
# libomemo 0.8.1
Implements [OMEMO](https://conversations.im/omemo/) ([XEP-0384 v0.3.0](https://xmpp.org/extensions/attic/xep-0384-0.3.0.html)) in C.

Input and output are XML strings, so it does not force you to use a certain XML lib.
Expand Down
2 changes: 1 addition & 1 deletion src/libomemo.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* LIBOMEMO 0.8.0
* LIBOMEMO 0.8.1
*/


Expand Down

0 comments on commit b15bf7a

Please sign in to comment.