This repository was archived by the owner on Apr 27, 2022. It is now read-only.
Releases: jidicula/random-standup
Releases · jidicula/random-standup
v1.5.1
Announcements
- No changes to features or functionality, just some small refactors and CI changes.
Changes
- 2f8f9e4 refactor: Remove usage and exit function
- jidicula johanan@forcepush.tech
- e7224d2 build: bump github.com/pelletier/go-toml from 1.8.1 to 1.9.0
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- 5af6bd5 ci: Specify Go patch version
- jidicula johanan@forcepush.tech
- 0535b7b ci: Specify Go minor version
- jidicula johanan@forcepush.tech
- d1a9902 build: bump golangci/golangci-lint-action from v2 to v2.5.2
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- f50d7da ci(golangci-lint): Check for shadowing
- jidicula johanan@forcepush.tech
- 38f54af docs(README): Add Go Report Card badge
- jidicula johanan@forcepush.tech
v1.5.0
Announcements
- Confirms support for a ludicrous amount of OS/arch combinations. The full list is available here.
Changes
- 22e772e docs(README): Add info about OS/arch support
- jidicula johanan@forcepush.tech
- 2257551 docs(README): Add binary location
- jidicula johanan@forcepush.tech
- 2f6d565 ci: Add goosarch matrix to release workflow
- jidicula johanan@forcepush.tech
- 067ebde ci: Remove unsupported os/arch pairs
- jidicula johanan@forcepush.tech
- ba90248 ci: Set up Go version
- jidicula johanan@forcepush.tech
- eab30ed ci: Process matrix options for build flags
- jidicula johanan@forcepush.tech
- f162ed8 ci: Build for all possible GOOS and GOARCH
- jidicula johanan@forcepush.tech
- 2492d56 chore: Organize gitignore
- jidicula johanan@forcepush.tech
- 5458e6e docs(README): Recommend go install command
- jidicula johanan@forcepush.tech
v1.4.3
Announcements
- Just a doc change to indicate build status of latest release
Changes
- 5a040b9 docs: Add badge for latest release
- jidicula johanan@forcepush.tech
v1.4.2
Announcements
- Internal refactors that don't change functionality
Changes
- 4611c07 fix: Redefine four names test result
- jidicula johanan@forcepush.tech
- 471326d refactor(tests): Handle errors
- jidicula johanan@forcepush.tech
- e18a95f chore: Remove commented code
- jidicula johanan@forcepush.tech
- ae93a7f refactor: Declare empty string
- jidicula johanan@forcepush.tech
- 3c5c220 fix: Redefine middle empty subteam result
- jidicula johanan@forcepush.tech
- 734136b fix: Redefine last empty subteam result
- jidicula johanan@forcepush.tech
- a331892 fix: Redefine 1 subteam result
- jidicula johanan@forcepush.tech
- 88dd2b3 fix: Redefine 2 subteams result
- jidicula johanan@forcepush.tech
- 4b5bbbe fix: Seed rand on each test run
- jidicula johanan@forcepush.tech
- fb8eaa1 fix: Use declared default value
- jidicula johanan@forcepush.tech
- de0884c refactor: Declare string slice
- jidicula johanan@forcepush.tech
- 604ae0c ci: Use goimports in golangci-lint
- jidicula johanan@forcepush.tech
- 832f753 refactor(TestStandupOrder): Name test cases
- jidicula johanan@forcepush.tech
- 7872a27 refactor(TestGetSortedKeysWithMembers): Name test cases
- jidicula johanan@forcepush.tech
- 172e5f6 refactor(TestShuffleTeam): Name test cases
- jidicula johanan@forcepush.tech
- 211926c refactor(tests): Declare and assign
- jidicula johanan@forcepush.tech
- ba95ca5 refactor(tests): Rename
outputtogot- jidicula johanan@forcepush.tech
v1.4.1
Announcements
- Bugfix for extraneous terminating newline when last subteam in TOML was empty
Changes
- 44e1f93 fix(autorelease): Remove unnecessary braces
- jidicula johanan@forcepush.tech
- 8058063 ci: Create release without draft for non-Ubuntu OSs
- jidicula johanan@forcepush.tech
- d4ccd88 feat: Remove unreachable code
- jidicula johanan@forcepush.tech
- 3be6662 docs: Add -u flag to install command
- jidicula johanan@forcepush.tech
- c834f55 fix: Remove childless keys from key slice
- jidicula johanan@forcepush.tech
- fd4744e fix: Remove trailing newline from output
- jidicula johanan@forcepush.tech
- e9f8f26 refactor: Remove unreachable code
- jidicula johanan@forcepush.tech
- 9716c78 format: Break long line
- jidicula johanan@forcepush.tech
- 351f84e ci: Update pre-commit hooks
- jidicula johanan@forcepush.tech
v1.4.0
Announcements
- Adds a help flag (
-hor--help) - Adds tests
- Modifies CI workflows
- New license: BSD-3-clause
Changes
- d1820bb test: Add tests for standupOrder()
- jidicula johanan@forcepush.tech
- 1df08bf fix: Fix shuffleTeam()
- jidicula johanan@forcepush.tech
- b84caab refactor: Create standup order in separate function
- jidicula johanan@forcepush.tech
- 23dd17d test: Add table test for getSortedKeys()
- jidicula johanan@forcepush.tech
- 2c166c9 refactor: Get sorted keys in function
- jidicula johanan@forcepush.tech
- 3e7a962 ci: Add tests to CI
- jidicula johanan@forcepush.tech
- 7945f71 test: Add table test for shuffleTeam()
- jidicula johanan@forcepush.tech
- 85461ad refactor: Shuffle and stringify team in separate function
- jidicula johanan@forcepush.tech
- 7fff147 feat: Return different exit code for unreadable file arg
- jidicula johanan@forcepush.tech
- 2f4fe92 docs: Update examples with empty subteam
- jidicula johanan@forcepush.tech
- 6584668 fix: Handle empty subteams in roster TOML
- jidicula johanan@forcepush.tech
- cd74cba feat: Add usage output
- jidicula johanan@forcepush.tech
- 037ca3b docs: Update example with 3 subteams
- jidicula johanan@forcepush.tech
- 781c2b0 fix: Sort slice of keys from Tree
- jidicula johanan@forcepush.tech
- 3922725 ci: Add golangci-lint
- jidicula johanan@forcepush.tech
- af7ab33 chore: Remove GPL boilerplate
- jidicula johanan@forcepush.tech
- 95e53c4 Relicense to BSD 3-clause
- jidicula johanan@forcepush.tech
- f97005a fix: Clone shallow for build workflow
- jidicula johanan@forcepush.tech
v1.3.0
Announcements
- Now with actual docstrings!
Changes
- 909f56e docs: Add docstring
- jidicula johanan@forcepush.tech
v1.2.3
Changes
- e45174f docs: Show TOML formatting possibilities
- jidicula johanan@forcepush.tech
v1.2.2
Announcements
- Minor README changes
Changes
- b5e72f3 docs(README): Remove dotslash from output example
- jidicula johanan@forcepush.tech
- c4ccc6e ci: Update release workflows
- jidicula johanan@forcepush.tech
v1.2.1
Announcements
- Yep, another version bump because I left out some details in the README. Don't worry, functionality is unchanged.
Changes
- f32575a docs(README): Add bleeding-edge build instructions
- jidicula johanan@forcepush.tech