Skip to content

Commit

Permalink
v0.3.1 — Dependency update
Browse files Browse the repository at this point in the history
- Update lexopt dependency to v0.3.0
  • Loading branch information
jwodder committed Jan 22, 2023
1 parent 0d4a243 commit 07986f2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
In Development
--------------
v0.3.1 (2023-01-21)
-------------------
- Update lexopt dependency to v0.3.0

v0.3.0 (2022-11-15)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ghrepo"
version = "0.4.0-dev"
version = "0.3.1"
edition = "2021"
rust-version = "1.60"
description = "Parse & construct GitHub repository URLs & specifiers"
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2022 John Thorvald Wodder II
Copyright (c) 2022-2023 John Thorvald Wodder II

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ in your Cargo project, add the following to your `Cargo.toml`:

```toml
[dependencies]
ghrepo = "0.3.0"
ghrepo = "0.3.1"
```

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

0 comments on commit 07986f2

Please sign in to comment.