Skip to content

code_teams 1.0.0

Compare
Choose a tag to compare
@alexevanczuk alexevanczuk released this 14 Jun 17:41
· 18 commits to main since this release
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