You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,16 @@ All notable changes to this project will be documented in this file.
4
4
5
5
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).
6
6
7
-
## [UNRELEASED]
7
+
## `0.2.2` - 2025-02-17
8
8
9
9
### Changed
10
10
11
11
* Several commands now accept a GitHub URL as input (eg. `/gh issue issue:https://github.com/object-Object/discord-github-utils/issues/1`).
12
+
* Added the member count to `/gh user` for organizations if the user is logged in, by [mercurialworld](https://github.com/mercurialworld) in [#5](https://github.com/object-Object/discord-github-utils/pull/5).
13
+
14
+
### Fixed
15
+
16
+
*`/gh user` no longer fails if the user is an organization, by [mercurialworld](https://github.com/mercurialworld) in [#5](https://github.com/object-Object/discord-github-utils/pull/5).
0 commit comments