Skip to content

Releases: blueprintue/discord-bot

v1.1.1

23 May 20:01
3dc5ccd
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump github.com/rs/zerolog from 1.32.0 to 1.33.0 by @dependabot in #47
  • chore(deps): bump alpine from 3.19 to 3.20 by @dependabot in #48

Full Changelog: v1.1.0...v1.1.1

v1.1.0

27 Apr 01:23
2d0da0e
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #43
  • chore(deps): bump softprops/action-gh-release from 1 to 2 by @dependabot in #44
  • chore(deps): bump github.com/bwmarrin/discordgo from 0.27.1 to 0.28.1 by @dependabot in #45
  • chore(deps): bump golang.org/x/net from 0.20.0 to 0.23.0 by @dependabot in #46

Full Changelog: v1.0.0...v1.1.0

v1.0.0

23 Feb 11:49
ba07768
Compare
Choose a tag to compare

What's Changed

  • chore: update badges in README.md by @rancoud in #4
  • feat: add dependabot.yml and codeowners by @rancoud in #5
  • Bump github.com/rs/zerolog from 1.21.0 to 1.31.0 by @dependabot in #7
  • Bump github.com/bwmarrin/discordgo from 0.20.3 to 0.27.1 by @dependabot in #6
  • fix: update badge build status in README.md by @rancoud in #8
  • feat: update go from 1.14 to 1.21 by @rancoud in #9
  • chore(deps): bump docker/bake-action from 2 to 4 by @dependabot in #11
  • chore(deps): bump crazy-max/ghaction-docker-meta from 1 to 5 by @dependabot in #10
  • chore: replace crazy-max/ghaction-docker-meta@v5 with docker/metadata-action@v5 by @rancoud in #12
  • doc: add config.json documentation in README.md by @rancoud in #13
  • fix: update waitStateFilled from 10 ms to 250 ms by @rancoud in #14
  • doc: add module welcome documentation in README.md by @rancoud in #15
  • feat: update welcome module and documentation by @rancoud in #16
  • chore: update alpine version in Dockerfile and dependabot.yml by @rancoud in #17
  • doc: add more informations about docker images by @rancoud in #18
  • feat: add golangci-lint with Dockerfile by @rancoud in #19
  • feat: add test workflow by @rancoud in #20
  • chore: add codecov badge in README.md by @rancoud in #21
  • chore: bump codecov/codecov-action from v3 to v4 by @rancoud in #22
  • feat: update .golangci.yml and files by @rancoud in #23
  • chore(deps): bump github.com/rs/zerolog from 1.31.0 to 1.32.0 by @dependabot in #24
  • feat: remove reactions from users who left the discord server by @rancoud in #25
  • chore: upgrade go version from 1.21 to 1.22 by @rancoud in #26
  • chore: add tests on configuration.go by @rancoud in #27
  • chore: add tests logger.go by @rancoud in #28
  • chore: update wording in logs by @rancoud in #30
  • chore: add tests helpers.go by @rancoud in #29
  • chore: add tests welcome.go by @rancoud in #31
  • chore: add CODE_OF_CONDUCT.md by @rancoud in #32
  • chore: add CONTRIBUTING.md by @rancoud in #33
  • chore: add SECURITY.md by @rancoud in #34
  • chore: add issue template by @rancoud in #35
  • chore: add pull request template by @rancoud in #36
  • chore: update typo on tests name by @rancoud in #37
  • chore: add tests on welcome run by @rancoud in #38
  • chore: add tests on welcome run 2 by @rancoud in #39
  • chore: add tests on welcome run purge by @rancoud in #40
  • chore: add tests on welcome handlers by @rancoud in #41
  • feat: add healthchecks.io service by @rancoud in #42

New Contributors

Full Changelog: v0.1.2...v1.0.0

v0.1.2

02 Apr 21:44
2a02e9c
Compare
Choose a tag to compare

Add darwin platforms

v0.1.1

02 Apr 21:34
f136a12
Compare
Choose a tag to compare

Bump version

v0.1.0

01 Apr 01:03
0d7d186
Compare
Choose a tag to compare
  • First Release