Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 3.1.0 #663

Merged
merged 32 commits into from
Jan 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
8c2521a
Compatibility: Lock Faraday to < 2. #659
ylecuyer Jan 16, 2022
0aebaa0
add changelog
ylecuyer Jan 16, 2022
cd56332
Release: Bump version to 3.1.0
ylecuyer Jan 16, 2022
8d2564c
remove travis-ci
ylecuyer Jan 16, 2022
3da2375
Setup github action
ylecuyer Jan 16, 2022
7366e6f
Use new code climate reporter
ylecuyer Jan 16, 2022
84e8a40
dummy command
ylecuyer Jan 16, 2022
c577cf8
try with my token
ylecuyer Jan 16, 2022
82cf747
bump simple cov & remove code climate reporter
ylecuyer Jan 16, 2022
d6413a5
fix coverage
ylecuyer Jan 16, 2022
709d2d5
temp faraday <2 to check all matrix
ylecuyer Jan 16, 2022
720699f
Add rexml
ylecuyer Jan 16, 2022
09ec3bf
add ruby 2.8
ylecuyer Jan 16, 2022
c682fce
add rexml
ylecuyer Jan 16, 2022
39c8068
reove 2.8
ylecuyer Jan 16, 2022
a7c2e34
ruby 3.0
ylecuyer Jan 16, 2022
7340ef7
not yet compatible 3.1 for dev
ylecuyer Jan 16, 2022
23d6e9d
works with ruby 3.x
ylecuyer Jan 16, 2022
b578ca7
Empty commit
ylecuyer Jan 16, 2022
fab79a3
add ruby 3.1
ylecuyer Jan 16, 2022
49820be
add head
ylecuyer Jan 16, 2022
3c2fa35
=~ path to s
ylecuyer Jan 16, 2022
dc9212c
Revert "add rexml"
ylecuyer Jan 16, 2022
0f18e91
put back correct code climate token
ylecuyer Jan 16, 2022
ac2393a
faraday < 2 in other branch
ylecuyer Jan 16, 2022
18a68b1
Add changelog entry
ylecuyer Jan 16, 2022
bb1454e
Add changelog
ylecuyer Jan 16, 2022
3d37d96
Merge branch 'use-github-actions-yle' into release-3.1.0-yle
ylecuyer Jan 16, 2022
7bc561a
Merge branch 'ruby3-yle' into release-3.1.0-yle
ylecuyer Jan 16, 2022
263789b
update change log after merge
ylecuyer Jan 16, 2022
bbe69fe
Merge branch 'master' into release-3.1.0-yle
ylecuyer Jan 17, 2022
37faa9e
minimal diff
ylecuyer Jan 17, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 15 additions & 5 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,27 @@ Unreleased

New features:

Updated features:

Removed features:

Internal improvements:

Testing improvements:

Others:

v3.1.0 (2022-18-01)
======

New features:

* mask_tokens config (default: true) to mask tokens in logs

Updated features:

* Log before and after sending request

Removed features:

Internal improvements:

* Lock Faraday to < 2
Expand All @@ -23,9 +36,6 @@ Testing improvements:
* Use Github actions for CI
* Run CI on latest rubies

Others:


v3.0.0 (2017-03-17)
======

Expand Down
2 changes: 1 addition & 1 deletion lib/koala/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Koala
VERSION = "3.0.0"
VERSION = "3.1.0"
end