Skip to content

Releases: rubyatscale/code_teams

v1.0.2

13 Jul 18:07
8ccb17c
Compare
Choose a tag to compare

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

Full Changelog: v1.0.1...v1.0.2

v1.0.1

06 Mar 14:05
182c347
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.0.1

code_teams 1.0.0

14 Jun 17:41
410e0cd
Compare
Choose a tag to compare

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:

  1. Replace bigrails-teams in your Gemfile with code_teams
  2. Replace references to Teams with CodeTeams.
  3. Change any require 'teams' to require '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

Full Changelog: v0.1.1...v1.0.0

bigrails-teams 0.1.1

07 May 18:55
f558e16
Compare
Choose a tag to compare

bigrails-teams 0.1.0

06 May 18:41
4c72954
Compare
Choose a tag to compare

Initial extraction from the Gusto codebase