File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 3.1.0] ( https://rubygems.org/gems/facterdb/versions/3.1.0 ) (2024-06-14)
4
+
5
+ [ Full Changelog] ( https://github.com/voxpupuli/facterdb/compare/3.0.0...3.1.0 )
6
+
7
+ ** Implemented enhancements:**
8
+
9
+ - Cleanup legacy facts leftovers [ \# 370] ( https://github.com/voxpupuli/facterdb/pull/370 ) ([ bastelfreak] ( https://github.com/bastelfreak ) )
10
+
11
+ ** Fixed bugs:**
12
+
13
+ - Purge custom facts [ \# 371] ( https://github.com/voxpupuli/facterdb/pull/371 ) ([ bastelfreak] ( https://github.com/bastelfreak ) )
14
+
3
15
## [ 3.0.0] ( https://rubygems.org/gems/facterdb/versions/3.0.0 ) (2024-06-10)
4
16
5
17
[ Full Changelog] ( https://github.com/voxpupuli/facterdb/compare/2.1.0...3.0.0 )
Original file line number Diff line number Diff line change 1
1
module FacterDB
2
2
module Version
3
- STRING = '3.0 .0'
3
+ STRING = '3.1 .0'
4
4
end
5
5
end
You can’t perform that action at this time.
0 commit comments