File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 33This file keeps track of changes between releases for the bankrupt project
44which adheres to [ semantic versioning] ( https://semver.org ) .
55
6- ## unreleased
6+ ## v2.1.0 2020-01-06
7+
8+ Add support for unversioned ("hashless") assets.
79
810* Add new configuration file and ` hashless ` option (file glob array) to upload
911 files to the CDN without their md5 hash appended.
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
3- # Copyright 2018-2019 Mario Finelli
3+ # Copyright 2018-2020 Mario Finelli
44#
55# Licensed under the Apache License, Version 2.0 (the "License");
66# you may not use this file except in compliance with the License.
1515# limitations under the License.
1616
1717module Bankrupt
18- VERSION = '2.0.1 '
18+ VERSION = '2.1.0 '
1919end
You can’t perform that action at this time.
0 commit comments