Skip to content

Releases: rubyatscale/code_teams

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 27 Jan 20:52
e7dfb2e

What's Changed

Full Changelog: v1.2.0...v1.3.0

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 16 Dec 18:26
250a271

What's Changed

  • RR-583: Create non-nilable CodeTeams.find! by @dduugg in #22

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 02 Jun 22:21
372d337

What's Changed

New Contributors

Full Changelog: v1.0.2...v1.1.0

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 13 Jul 18:07
8ccb17c

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

Choose a tag to compare

@github-actions github-actions released this 06 Mar 14:05
182c347

What's Changed

New Contributors

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

code_teams 1.0.0

Choose a tag to compare

@alexevanczuk alexevanczuk released this 14 Jun 17:41
410e0cd

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

Choose a tag to compare

@alexevanczuk alexevanczuk released this 07 May 18:55
f558e16

Fixes

Full Changelog: v0.1.0...v0.1.1

bigrails-teams 0.1.0

Choose a tag to compare

@alexevanczuk alexevanczuk released this 06 May 18:41
4c72954

Initial extraction from the Gusto codebase