Skip to content

Commit 07986f2

Browse files
committed
v0.3.1 — Dependency update
- Update lexopt dependency to v0.3.0
1 parent 0d4a243 commit 07986f2

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
In Development
2-
--------------
1+
v0.3.1 (2023-01-21)
2+
-------------------
33
- Update lexopt dependency to v0.3.0
44

55
v0.3.0 (2022-11-15)

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ghrepo"
3-
version = "0.4.0-dev"
3+
version = "0.3.1"
44
edition = "2021"
55
rust-version = "1.60"
66
description = "Parse & construct GitHub repository URLs & specifiers"

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2022 John Thorvald Wodder II
3+
Copyright (c) 2022-2023 John Thorvald Wodder II
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ in your Cargo project, add the following to your `Cargo.toml`:
2020

2121
```toml
2222
[dependencies]
23-
ghrepo = "0.3.0"
23+
ghrepo = "0.3.1"
2424
```
2525

2626
To install the `ghrepo` command on your system, use `cargo install`:

0 commit comments

Comments
 (0)