Skip to content

Commit 19a1498

Browse files
committed
Release 0.2.1
1 parent 17a5890 commit 19a1498

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGES.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ unreleased
77
==========
88

99

10+
0.2.1
11+
=====
12+
13+
- Prevent Base64 wrapping in basic auth headers, when the username/password for a
14+
CrateDB cluster is particularly long. Thanks, @ahorner.
15+
16+
- Drop support for EOL Ruby versions. Thanks, @hammerhead.
17+
18+
- Add support for Ruby 3.1.
19+
20+
1021
0.2.0
1122
=====
1223

DEVELOP.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ To create a new release, you must:
3333

3434
- Update ``CrateRuby.version`` in ``lib/crate_ruby/version.rb``
3535

36-
- Add a section for the new version in the ``history.txt`` file
36+
- Add a section for the new version in the ``CHANGES.rst`` file
3737

3838
- Commit your changes with a message like "prepare release x.y.z"
3939

lib/crate_ruby/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
# software solely pursuant to the terms of the relevant commercial agreement.
2222

2323
module CrateRuby
24-
VERSION = '0.2.0'
24+
VERSION = '0.2.1'
2525
end

0 commit comments

Comments
 (0)