Skip to content

Commit d863400

Browse files
committed
Update changelog
1 parent 505976a commit d863400

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,19 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and [Pydantic's HISTORY.md](https://github.com/pydantic/pydantic/blob/main/HISTORY.md), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## `0.1.1`
7+
## [UNRELEASED]
8+
9+
### Added
10+
11+
* GitHub Utils now uses [Fluent](https://projectfluent.org/) to localize command/parameter descriptions.
12+
* Added `/gh user`, by [mercurialworld](https://github.com/mercurialworld) in [#2](https://github.com/object-Object/discord-github-utils/pull/2).
13+
14+
### Changed
15+
16+
* Changed the repository search algorithm to allow fuzzy owner searches (eg. `object/discord` will now suggest `object-Object/discord-github-utils`).
17+
* `/gh_config[_admin] set default_repo` will now return an error if the repository does not exist.
18+
19+
## `0.1.1` - 2024-11-09
820

921
### Changed
1022

@@ -14,6 +26,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
1426

1527
* Added a workaround for the delete button not working in servers or DMs where the bot is not present (ie. user installs).
1628

17-
## `0.1.0`
29+
## `0.1.0` - 2024-11-05
1830

1931
Initial release.

0 commit comments

Comments
 (0)