Skip to content

Commit a325dcc

Browse files
committed
Bump to 0.5.0
1 parent 697310b commit a325dcc

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

History.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,27 @@
11

2+
0.5.0 / 2020-07-22
3+
==================
4+
5+
* Debian::AptPkg::PkgCache.pkg_names deprecated
6+
* Add all maintained Rubies on gitlab-ci
7+
* Init listing packages on cache
8+
* Quick fix gitlab ci
9+
* Add .gitlab-ci.yml
10+
* Rename lib/debian/apt_pkg/{version,gem_version}.rb
11+
* Update README
12+
* Tidy tests remove should
13+
* Debian::AptPkg.init returns a boolean
14+
* Fix mimitest warnings
15+
* Remove cppcheck on CI version conflict
16+
* Fix code lint
17+
* Fix CI and update Rubies
18+
* Fix libapt-pkg 2.1 compat
19+
* Update apt-pkg deps
20+
* Update doc Debian::AptPkg::InitError
21+
* README: Bundler is not needed
22+
* Use Debian::AptPkg::InitError instead of RuntimeError
23+
* Fix rb_mDebianAptPkgCache name
24+
225
0.4.0 / 2016-10-06
326
==================
427

lib/debian/apt_pkg/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ module Debian
44
# AptPkg base module
55
module AptPkg
66
# Gem version
7-
VERSION = '0.4.0'.freeze
7+
VERSION = '0.5.0'.freeze
88
end
99
end

0 commit comments

Comments
 (0)