Releases: github/gh-classroom
Releases · github/gh-classroom
gh-classroom 0.1.17
What's Changed
- Bump the go_modules group across 1 directory with 2 updates by @dependabot[bot] in #113
- Fix broken link to golangci-lint install instructions by @mchisolm0 in #97
- Bump github.com/cli/go-gh/v2 from 2.11.2 to 2.13.0 in the go_modules group across 0 directory by @dependabot[bot] in #115
New Contributors
- @mchisolm0 made their first contribution in #97
Full Changelog: v0.1.16...v0.1.17
Security Update: Upgrade golang.org/x/net & Dependency Cleanup (v0.1.15)
This release resolves a CVE-2024 security issue by upgrading golang.org/x/net to version v0.42.0. Additional dependency cleanup has been performed to ensure the project remains up-to-date and secure.
Changes included:
Upgrade of golang.org/x/net to v0.42.0 (addresses CVE-2024)
Removal of unused and outdated dependencies
See PR #106 for details
gh-classroom 0.1.14
What's Changed
- Bump golang.org/x/net from 0.17.0 to 0.23.0 by @dependabot in #70
- Change default getAll behaviour on clone by @jalafel in #75
- Add buffer for observed panic by @jalafel in #74
- Adds graceful continue by @jalafel in #73
New Contributors
Full Changelog: v0.1.13...v0.1.14
gh-classroom 0.1.13
Merge pull request #59 from physcrowley/main Filter directory contents before applying pull to repos
gh-classroom 0.1.12
- Adds logging while cloning
gh-classroom 0.1.11
- Updates
ListAllAcceptedAssignmentsto use channels for parallel execution
gh-classroom 0.1.10
- Adds the
gh classroom <student-repos|starter-repo> pullcommand
gh-classroom 0.1.9
Merge pull request #37 from shanep/clone-all-repos Implementation for issue #4
gh-classroom 0.1.8
What's Changed
assignment-gradescommand has been added. Usage:gh classroom assignment-grades -a 4876 -f $download-file-path
gh-classroom 0.1.7
Merge pull request #24 from github/zrdaley/workflows Move workflow files to correct folder