Commit 6e2cde3
committed
v0.6.0 — Treating GHRepo instances as strings
- Remove library installation instructions from README
- List all features in the library documentation
- Increased MSRV to 1.70
- `GHRepo` now implements the following traits:
- `AsRef<str>`
- `Deref<Target=str>`
- `From<GHRepo> for String`
- `Ord`
- `PartialEq<&'_ str>`
- `PartialEq<str>`
- `PartialOrd<&'_ str>`
- `PartialOrd<str>`
- `TryFrom<String>`
- Added `GHRepo::as_str()` method
- **Breaking**: The `GHRepo::is_valid_owner()` and `GHRepo::is_valid_name()` methods are now regular functions
- Added `is_valid_repository()` function1 parent 5866004 commit 6e2cde3
4 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments