Releases: rubyatscale/code_teams
Releases · rubyatscale/code_teams
v1.0.2
What's Changed
- fix: Clear CodeTeams::Plugin registries when busting caches by @jordanbyron in #12
- chore: Bump code_teams version and sorbet in Gemfile.lock by @jordanbyron in #13
New Contributors
- @jordanbyron made their first contribution in #12
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- Capitalize proper nouns, let the Ruby code breathe a bit more by @kellysutton in #7
- Fix a typo in the README by @kellysutton in #6
- Fix reference to bigrails in COC by @alexevanczuk in #8
- Update CI and CD by @alexevanczuk in #10
- Do not package sorbet RBI files with gem by @alexevanczuk in #11
New Contributors
- @kellysutton made their first contribution in #7
Full Changelog: v1.0.0...v1.0.1
code_teams 1.0.0
Major Version release
We bumped the major version for this release because we've changed the public API for this gem.
Here are the changes your application will need to make to migrate:
- Replace
bigrails-teams
in yourGemfile
withcode_teams
- Replace references to
Teams
withCodeTeams
. - Change any
require 'teams'
torequire 'code_teams'
Please reach out in a comment here or file an issue if you have any issues with this change!
Automatic release notes
What's Changed
- Change
Teams
toCodeTeams
by @alexevanczuk in #5
Full Changelog: v0.1.1...v1.0.0
bigrails-teams 0.1.1
bigrails-teams 0.1.0
Initial extraction from the Gusto codebase