Releases: rubyatscale/code_teams
Releases · rubyatscale/code_teams
v1.1.0
What's Changed
- Aw js/add rubocop by @ashleywillard in #14
- bump ci.yml and cd.yml dependencies by @professor in #15
- Aw/221330/update platforms by @ashleywillard in #16
- use shared config for ci, cd, stale, and triage by @schoblaska in #17
- Simplify example in the README by @fxn in #18
- Eliminate unnecessary leading :: by @fxn in #19
- rubocop and sorbet passing build by @martinemde in #21
- v1.1.0 - Extract plugin ceremony into automatic convenience methods on Team instances by @joemsak in #20
New Contributors
- @ashleywillard made their first contribution in #14
- @professor made their first contribution in #15
- @schoblaska made their first contribution in #17
- @fxn made their first contribution in #18
- @martinemde made their first contribution in #21
- @joemsak made their first contribution in #20
Full Changelog: v1.0.2...v1.1.0
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