Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.25 KB

CHANGELOG.md

File metadata and controls

39 lines (30 loc) · 1.25 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased - ReleaseDate

0.3.0 - 2021-03-28

Added

  • Add new methods to Bot for listing and deleting guild slash commands
  • Exposed methods via new subcommands in main.rs

Changed

  • Removed implicit command registration from Bot::run
  • Changed Bot::run to be an async function
  • Removed guild_id from Config struct

0.2.2 - 2021-03-27

Added

  • Added example for how to run with docker

0.2.1 - 2021-03-27

Added

  • Add a Dockerfile for deploying uwubot
  • Add an environment variable fallback for each argument

0.2.0 - 2021-03-16

Changed

  • Moved structopt argument parser into main.rs and export new Config replacement