From 72e33b0ca65b0f95d270c099f7c40d1b4835988e Mon Sep 17 00:00:00 2001 From: Takeshi Kishi Date: Sun, 28 Feb 2021 20:05:44 +0900 Subject: [PATCH] [skip ci] release v2021.2.0 (#42) --- LICENSE | 2 +- README.md | 15 ++++++++++++++- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 796a362..9343bf9 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 Takeshi Kishi +Copyright (c) 2020-2021 Takeshi Kishi Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 5cd4aee..c5376bd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # hotel-example-capybara-en-us -![capybara-en-us](https://github.com/testplanisphere/hotel-example-capybara-en-us/workflows/capybara-en-us/badge.svg) +[![capybara-en-us](https://github.com/testplanisphere/hotel-example-capybara-en-us/actions/workflows/test.yml/badge.svg)](https://github.com/testplanisphere/hotel-example-capybara-en-us/actions/workflows/test.yml) This project is example codes for learning test automation. @@ -60,6 +60,19 @@ bundle exec rake rubocop ### Changelog +#### v2021.2.0 (2021-02-28) + +* [#13](https://github.com/testplanisphere/hotel-example-capybara-en-us/pull/13) Bump site_prism from 3.4.2 to 3.7 +* [#16](https://github.com/testplanisphere/hotel-example-capybara-en-us/pull/16) Bump rspec from 3.9.0 to 3.10.0 +* [#27](https://github.com/testplanisphere/hotel-example-capybara-en-us/pull/27) Bump rake from 13.0.1 to 13.0.3 +* [#33](https://github.com/testplanisphere/hotel-example-capybara-en-us/pull/33) Bump capybara from 3.33.0 to 3.35.3 +* [#34](https://github.com/testplanisphere/hotel-example-capybara-en-us/pull/34) Bump rubocop from 0.92.0 to 1.9.1 +* [#36](https://github.com/testplanisphere/hotel-example-capybara-en-us/pull/36) Update cache setting +* [#38](https://github.com/testplanisphere/hotel-example-capybara-en-us/pull/38) Bump ruby from 2.6 to 2.7 +* [#39](https://github.com/testplanisphere/hotel-example-capybara-en-us/pull/39) Bump webdrivers from 4.4.1 to 4.5.0 +* [#40](https://github.com/testplanisphere/hotel-example-capybara-en-us/pull/40) Bump rubocop from 1.9.1 to 1.10.0 +* [#41](https://github.com/testplanisphere/hotel-example-capybara-en-us/pull/41) Bump site_prism from 3.7 to 3.7.1 + #### v2020.9.0 (2020-09-30) * [#8](https://github.com/testplanisphere/hotel-example-capybara-en-us/pull/8) Bump rubocop from 0.89.1 to 0.91.1