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

add changelog + fix gem version #93

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

LeonidMorozov
Copy link
Contributor

No description provided.

@LeonidMorozov LeonidMorozov requested review from Azdaroth and a team March 4, 2020 16:59
CHANGELOG.md Outdated
@@ -1,5 +1,9 @@
### master

### 2.0.1 - 2020-03-04

* update vuln gems: bootstrap-sass and nokogiri
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why vuln (which is not obvious what it means if you don't know the context) and not vulnerable if it only takes few more characters? I would stay away from using shortcuts as much as possible.

@@ -1,3 +1,3 @@
module BookingsyncPortal
VERSION = "1.0.1"
VERSION = "2.0.1"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why 2.0.1? this is not a breaking change?

Copy link
Contributor Author

@LeonidMorozov LeonidMorozov Mar 5, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Azdaroth ,

Well, as you may see on changelog, we agreed to bump gem ver to 2.0.0 on breaking change of dependencies.

### 2.0.0 - 2020-01-20

* [BREAKING CHANGE] update bookingsync_application dependency to be >= 3.0

But seems version was not bumped here at the end.

To keep versioning in right way I have to increase the latest gem version annotated in changelog, i.e. 2.0.0 -> 2.0.1

Makes sense?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, wow... indeed, definitely makes sense then 👍

@LeonidMorozov
Copy link
Contributor Author

@Azdaroth , could you please take a look one more time?

Copy link
Member

@Azdaroth Azdaroth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💪 🐉 Opa!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants