Skip to content

Commit

Permalink
Release 0.38.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kontura committed Nov 14, 2019
1 parent dda0bb5 commit db4b61a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION.cmake
@@ -1,4 +1,4 @@
set (LIBDNF_MAJOR_VERSION 0)
set (LIBDNF_MINOR_VERSION 38)
set (LIBDNF_MICRO_VERSION 0)
set (LIBDNF_MICRO_VERSION 1)
set (LIBDNF_VERSION ${LIBDNF_MAJOR_VERSION}.${LIBDNF_MINOR_VERSION}.${LIBDNF_MICRO_VERSION})
8 changes: 8 additions & 0 deletions docs/release_notes.rst
Expand Up @@ -19,6 +19,14 @@
LIBDNF Release Notes
######################

====================
0.38.1 Release Notes
====================

- Handle NoModuleException in dnf_context_reset_modules (RhBug:1767453)
- Add missing C function hy_nevra_free() for HyNevra deallocation
- Context part of libdnf now uses metadata_expire from global configuration

====================
0.37.1 Release Notes
====================
Expand Down
2 changes: 1 addition & 1 deletion libdnf.spec
Expand Up @@ -48,7 +48,7 @@
%{nil}

Name: libdnf
Version: 0.38.0
Version: 0.38.1
Release: 1%{?dist}
Summary: Library providing simplified C and Python API to libsolv
License: LGPLv2+
Expand Down

0 comments on commit db4b61a

Please sign in to comment.