Releases: rubyatscale/code_teams
Releases · rubyatscale/code_teams
Release list
v1.3.1
What's Changed
- Add CODEOWNERS file by @dduugg in #25
- Add AGENTS.md and CLAUDE.md for AI coding agent guidance by @dduugg in #26
- Require Ruby >= 3.3 and update CI Ruby versions by @dduugg in #29
- Add Dependabot config for monthly Bundler updates by @dduugg in #28
- Bump the bundler group with 8 updates by @dependabot[bot] in #30
- Bump the bundler group with 2 updates by @dependabot[bot] in #31
- Fix code scanning issues: CodeQL setup and workflow permissions by @dduugg in #32
- Use shared-config's reusable CodeQL workflow by @dduugg in #33
- Bump the bundler group with 3 updates by @dependabot[bot] in #34
- Fix code scanning alerts: workflow permissions and polynomial ReDoS by @dduugg in #37
- Stop a fake team inheriting a real same-named team's plugin data by @corsonknowles in #36
- Release v1.3.1 by @joemsak in #38
New Contributors
- @dependabot[bot] made their first contribution in #30
- @corsonknowles made their first contribution in #36
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
Full Changelog: v1.2.0...v1.3.0
v1.2.0
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-teamsin yourGemfilewithcode_teams - Replace references to
TeamswithCodeTeams. - 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
TeamstoCodeTeamsby @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