Skip to content

Commit

Permalink
Bump to 0.20.5 and release.
Browse files Browse the repository at this point in the history
  • Loading branch information
blambeau committed Jan 18, 2024
1 parent 811d38a commit 40f17d1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 0.20.5 - 2024-01-18

* Add more output references to CSV and XLSX writers. It is now possible
to ignore extra attributes, sort tuples before outputting, and reducing
redundancy via group attributes. See OutputPreference class.

* Ordering.new now supports a simple attribute list without asc/desc info.
Ascending order is used for all attributes in such case.

## 0.20.4 - 2022-12-15

* Fix `project.allbut` optimization under ruby <= 2.6
Expand Down
2 changes: 1 addition & 1 deletion lib/bmg/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Bmg
module Version
MAJOR = 0
MINOR = 20
TINY = 4
TINY = 5
end
VERSION = "#{Version::MAJOR}.#{Version::MINOR}.#{Version::TINY}"
end

0 comments on commit 40f17d1

Please sign in to comment.