Skip to content

Commit

Permalink
Merge branch 'main' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
AliSajid committed Mar 28, 2024
2 parents 6749a92 + eb62094 commit 98efd47
Show file tree
Hide file tree
Showing 6 changed files with 310 additions and 221 deletions.
21 changes: 4 additions & 17 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,6 @@
{
"path": "detect_secrets.filters.allowlist.is_line_allowlisted"
},
{
"path": "detect_secrets.filters.common.is_baseline_file",
"filename": ".secrets.baseline"
},
{
"path": "detect_secrets.filters.common.is_ignored_due_to_verification_policies",
"min_level": 2
Expand Down Expand Up @@ -113,20 +109,11 @@
{
"path": "detect_secrets.filters.regex.should_exclude_file",
"pattern": [
"Cargo.lock"
"Cargo.lock",
"licenses_report.json"
]
}
],
"results": {
"licenses_report.json": [
{
"type": "Base64 High Entropy String",
"filename": "licenses_report.json",
"hashed_secret": "03962b6830f66ba88806742debeec8332bbbca4a",
"is_verified": false,
"line_number": 12975
}
]
},
"generated_at": "2024-01-19T17:30:24Z"
"results": {},
"generated_at": "2024-03-28T17:53:38Z"
}
108 changes: 108 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,111 @@
## 1.0.0 (2024-03-28)


### Features

* add a modern excuse ([955fe17](https://github.com/AliSajid/gh-bofh-rs/commit/955fe1703a681947d6697a99aad3201cebe2f4ba))
* add a modern excuse ([8ce9f2d](https://github.com/AliSajid/gh-bofh-rs/commit/8ce9f2d40cf029c2e5d6bf828cd84c87f2ad90f2))
* add a modern excuse ([274c940](https://github.com/AliSajid/gh-bofh-rs/commit/274c940f2dde48baf4ba4dd9de136ed098b2c137))
* add a modern excuse ([e629b4b](https://github.com/AliSajid/gh-bofh-rs/commit/e629b4b682721ab285d34ebb1cc3839fe6819e17))
* add a modern excuse ([c8db020](https://github.com/AliSajid/gh-bofh-rs/commit/c8db0200a047b935b6cc534d8ea5a88114faa4dd))
* add another classic excuse ([6814efd](https://github.com/AliSajid/gh-bofh-rs/commit/6814efd30c13b39c7cc6e560edb022872b80f24d))
* add another modern excuse ([9a79979](https://github.com/AliSajid/gh-bofh-rs/commit/9a79979d70b0bc83cdf73da6b222d0f5346f4979))
* add another modern excuse ([9b8ab43](https://github.com/AliSajid/gh-bofh-rs/commit/9b8ab43d811339908f08ef1f9b5992e9536e1750))
* add more modern excuses ([f2622dd](https://github.com/AliSajid/gh-bofh-rs/commit/f2622dd7af052ec7816394d5c179ea02d4bb5365))
* add more modern excuses ([d084ad0](https://github.com/AliSajid/gh-bofh-rs/commit/d084ad02a227d7cc77130e8179a73cdde54a9269))
* add one more modern excuse ([be5faf1](https://github.com/AliSajid/gh-bofh-rs/commit/be5faf12de88b683633791e6255c4248f813d6ac))
* add one more modern excuse ([f68e895](https://github.com/AliSajid/gh-bofh-rs/commit/f68e8957117de4745e121f4146b3f03872989fc3))
* bump version ([8fd2dde](https://github.com/AliSajid/gh-bofh-rs/commit/8fd2ddea984aa2c38eec709eefa3f8f04ebdeaf1))
* **excuses:** add excuses and random excuse generator ([63e7054](https://github.com/AliSajid/gh-bofh-rs/commit/63e70542135368106230899b09e28522d497ac17))
* **excuses:** add excuses and random excuse generator ([e0702e3](https://github.com/AliSajid/gh-bofh-rs/commit/e0702e300ca2f64eb529a443b33b4e312f521872))
* first complete run of the binary ([5fcf812](https://github.com/AliSajid/gh-bofh-rs/commit/5fcf8125b74276d6f58c0eb58f2635fdce5ed880))
* first complete run of the binary ([208b03e](https://github.com/AliSajid/gh-bofh-rs/commit/208b03e17011bd26fc5b746842c2a5fc86c922cd))
* update the error line in modern ([3447879](https://github.com/AliSajid/gh-bofh-rs/commit/3447879730b23be9707de38fc5adfda5f7f01310))
* update the error line in modern ([911f262](https://github.com/AliSajid/gh-bofh-rs/commit/911f262f25962ca9c6dce311c2d9d65d2b3a8bee))


### Bug Fixes

* add explcit types in tests ([18fa17a](https://github.com/AliSajid/gh-bofh-rs/commit/18fa17aa25b228f67287db8816bd29f29ce7d79f))
* fix names in doc tests ([1322926](https://github.com/AliSajid/gh-bofh-rs/commit/13229269f2bad7e29ccc02bb0483f67047af65e2))
* fix the correct renames ([83102e3](https://github.com/AliSajid/gh-bofh-rs/commit/83102e3cb65e8549a40d526f9f4c03e68546041a))
* move the type aliases to excuses ([eda0c7f](https://github.com/AliSajid/gh-bofh-rs/commit/eda0c7f32fe8d3bcbb41eccd364cae9d905a938a))
* rename for more descriptive variables ([12fbae7](https://github.com/AliSajid/gh-bofh-rs/commit/12fbae70cc0a5bdc4fac8456c8f9d94c4df8e292))
* rename the arguments variable ([82db0d0](https://github.com/AliSajid/gh-bofh-rs/commit/82db0d0dc8ff07d0fd2ca924569eea976bffee15))
* reomove unnecessary redirection of borrows ([ff5c9a2](https://github.com/AliSajid/gh-bofh-rs/commit/ff5c9a2401463efb3c76afee856eaa5f647e3a64))

## 1.0.0 (2024-03-28)


### Features

* add a modern excuse ([955fe17](https://github.com/AliSajid/gh-bofh-rs/commit/955fe1703a681947d6697a99aad3201cebe2f4ba))
* add a modern excuse ([8ce9f2d](https://github.com/AliSajid/gh-bofh-rs/commit/8ce9f2d40cf029c2e5d6bf828cd84c87f2ad90f2))
* add a modern excuse ([274c940](https://github.com/AliSajid/gh-bofh-rs/commit/274c940f2dde48baf4ba4dd9de136ed098b2c137))
* add a modern excuse ([e629b4b](https://github.com/AliSajid/gh-bofh-rs/commit/e629b4b682721ab285d34ebb1cc3839fe6819e17))
* add a modern excuse ([c8db020](https://github.com/AliSajid/gh-bofh-rs/commit/c8db0200a047b935b6cc534d8ea5a88114faa4dd))
* add another classic excuse ([6814efd](https://github.com/AliSajid/gh-bofh-rs/commit/6814efd30c13b39c7cc6e560edb022872b80f24d))
* add another modern excuse ([9a79979](https://github.com/AliSajid/gh-bofh-rs/commit/9a79979d70b0bc83cdf73da6b222d0f5346f4979))
* add another modern excuse ([9b8ab43](https://github.com/AliSajid/gh-bofh-rs/commit/9b8ab43d811339908f08ef1f9b5992e9536e1750))
* add more modern excuses ([f2622dd](https://github.com/AliSajid/gh-bofh-rs/commit/f2622dd7af052ec7816394d5c179ea02d4bb5365))
* add more modern excuses ([d084ad0](https://github.com/AliSajid/gh-bofh-rs/commit/d084ad02a227d7cc77130e8179a73cdde54a9269))
* add one more modern excuse ([be5faf1](https://github.com/AliSajid/gh-bofh-rs/commit/be5faf12de88b683633791e6255c4248f813d6ac))
* add one more modern excuse ([f68e895](https://github.com/AliSajid/gh-bofh-rs/commit/f68e8957117de4745e121f4146b3f03872989fc3))
* bump version ([8fd2dde](https://github.com/AliSajid/gh-bofh-rs/commit/8fd2ddea984aa2c38eec709eefa3f8f04ebdeaf1))
* **excuses:** add excuses and random excuse generator ([63e7054](https://github.com/AliSajid/gh-bofh-rs/commit/63e70542135368106230899b09e28522d497ac17))
* **excuses:** add excuses and random excuse generator ([e0702e3](https://github.com/AliSajid/gh-bofh-rs/commit/e0702e300ca2f64eb529a443b33b4e312f521872))
* first complete run of the binary ([5fcf812](https://github.com/AliSajid/gh-bofh-rs/commit/5fcf8125b74276d6f58c0eb58f2635fdce5ed880))
* first complete run of the binary ([208b03e](https://github.com/AliSajid/gh-bofh-rs/commit/208b03e17011bd26fc5b746842c2a5fc86c922cd))
* update the error line in modern ([3447879](https://github.com/AliSajid/gh-bofh-rs/commit/3447879730b23be9707de38fc5adfda5f7f01310))
* update the error line in modern ([911f262](https://github.com/AliSajid/gh-bofh-rs/commit/911f262f25962ca9c6dce311c2d9d65d2b3a8bee))


### Bug Fixes

* add explcit types in tests ([18fa17a](https://github.com/AliSajid/gh-bofh-rs/commit/18fa17aa25b228f67287db8816bd29f29ce7d79f))
* fix names in doc tests ([1322926](https://github.com/AliSajid/gh-bofh-rs/commit/13229269f2bad7e29ccc02bb0483f67047af65e2))
* fix the correct renames ([83102e3](https://github.com/AliSajid/gh-bofh-rs/commit/83102e3cb65e8549a40d526f9f4c03e68546041a))
* move the type aliases to excuses ([eda0c7f](https://github.com/AliSajid/gh-bofh-rs/commit/eda0c7f32fe8d3bcbb41eccd364cae9d905a938a))
* rename for more descriptive variables ([12fbae7](https://github.com/AliSajid/gh-bofh-rs/commit/12fbae70cc0a5bdc4fac8456c8f9d94c4df8e292))
* rename the arguments variable ([82db0d0](https://github.com/AliSajid/gh-bofh-rs/commit/82db0d0dc8ff07d0fd2ca924569eea976bffee15))
* reomove unnecessary redirection of borrows ([ff5c9a2](https://github.com/AliSajid/gh-bofh-rs/commit/ff5c9a2401463efb3c76afee856eaa5f647e3a64))

## 1.0.0 (2024-03-28)


### Features

* add a modern excuse ([955fe17](https://github.com/AliSajid/gh-bofh-rs/commit/955fe1703a681947d6697a99aad3201cebe2f4ba))
* add a modern excuse ([8ce9f2d](https://github.com/AliSajid/gh-bofh-rs/commit/8ce9f2d40cf029c2e5d6bf828cd84c87f2ad90f2))
* add a modern excuse ([274c940](https://github.com/AliSajid/gh-bofh-rs/commit/274c940f2dde48baf4ba4dd9de136ed098b2c137))
* add a modern excuse ([e629b4b](https://github.com/AliSajid/gh-bofh-rs/commit/e629b4b682721ab285d34ebb1cc3839fe6819e17))
* add a modern excuse ([c8db020](https://github.com/AliSajid/gh-bofh-rs/commit/c8db0200a047b935b6cc534d8ea5a88114faa4dd))
* add another classic excuse ([6814efd](https://github.com/AliSajid/gh-bofh-rs/commit/6814efd30c13b39c7cc6e560edb022872b80f24d))
* add another modern excuse ([9a79979](https://github.com/AliSajid/gh-bofh-rs/commit/9a79979d70b0bc83cdf73da6b222d0f5346f4979))
* add another modern excuse ([9b8ab43](https://github.com/AliSajid/gh-bofh-rs/commit/9b8ab43d811339908f08ef1f9b5992e9536e1750))
* add more modern excuses ([f2622dd](https://github.com/AliSajid/gh-bofh-rs/commit/f2622dd7af052ec7816394d5c179ea02d4bb5365))
* add more modern excuses ([d084ad0](https://github.com/AliSajid/gh-bofh-rs/commit/d084ad02a227d7cc77130e8179a73cdde54a9269))
* add one more modern excuse ([be5faf1](https://github.com/AliSajid/gh-bofh-rs/commit/be5faf12de88b683633791e6255c4248f813d6ac))
* add one more modern excuse ([f68e895](https://github.com/AliSajid/gh-bofh-rs/commit/f68e8957117de4745e121f4146b3f03872989fc3))
* bump version ([8fd2dde](https://github.com/AliSajid/gh-bofh-rs/commit/8fd2ddea984aa2c38eec709eefa3f8f04ebdeaf1))
* **excuses:** add excuses and random excuse generator ([63e7054](https://github.com/AliSajid/gh-bofh-rs/commit/63e70542135368106230899b09e28522d497ac17))
* **excuses:** add excuses and random excuse generator ([e0702e3](https://github.com/AliSajid/gh-bofh-rs/commit/e0702e300ca2f64eb529a443b33b4e312f521872))
* first complete run of the binary ([5fcf812](https://github.com/AliSajid/gh-bofh-rs/commit/5fcf8125b74276d6f58c0eb58f2635fdce5ed880))
* first complete run of the binary ([208b03e](https://github.com/AliSajid/gh-bofh-rs/commit/208b03e17011bd26fc5b746842c2a5fc86c922cd))
* update the error line in modern ([3447879](https://github.com/AliSajid/gh-bofh-rs/commit/3447879730b23be9707de38fc5adfda5f7f01310))
* update the error line in modern ([911f262](https://github.com/AliSajid/gh-bofh-rs/commit/911f262f25962ca9c6dce311c2d9d65d2b3a8bee))


### Bug Fixes

* add explcit types in tests ([18fa17a](https://github.com/AliSajid/gh-bofh-rs/commit/18fa17aa25b228f67287db8816bd29f29ce7d79f))
* fix names in doc tests ([1322926](https://github.com/AliSajid/gh-bofh-rs/commit/13229269f2bad7e29ccc02bb0483f67047af65e2))
* fix the correct renames ([83102e3](https://github.com/AliSajid/gh-bofh-rs/commit/83102e3cb65e8549a40d526f9f4c03e68546041a))
* move the type aliases to excuses ([eda0c7f](https://github.com/AliSajid/gh-bofh-rs/commit/eda0c7f32fe8d3bcbb41eccd364cae9d905a938a))
* rename for more descriptive variables ([12fbae7](https://github.com/AliSajid/gh-bofh-rs/commit/12fbae70cc0a5bdc4fac8456c8f9d94c4df8e292))
* rename the arguments variable ([82db0d0](https://github.com/AliSajid/gh-bofh-rs/commit/82db0d0dc8ff07d0fd2ca924569eea976bffee15))
* reomove unnecessary redirection of borrows ([ff5c9a2](https://github.com/AliSajid/gh-bofh-rs/commit/ff5c9a2401463efb3c76afee856eaa5f647e3a64))

## 1.0.0-next.1 (2024-03-28)


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
Expand Up @@ -5,7 +5,7 @@

[package]
name = "gh-bofh-rs"
version = "1.0.0-next.1"
version = "1.0.0"
edition = "2021"
readme = "README.md"
description = "A Rust implementation of the classic `bofh` command as a GitHub CLI extension."
Expand Down

0 comments on commit 98efd47

Please sign in to comment.