Skip to content

Commit

Permalink
fix: mask id
Browse files Browse the repository at this point in the history
  • Loading branch information
yozachar committed Apr 16, 2024
1 parent 093147c commit caccaef
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# Changelog

## [1.1.0](https://github.com/joe733/asdf-pipx/compare/v1.0.0...v1.1.0) (2023-04-22)
## [1.1.0](https://github.com/yozachar/asdf-pipx/compare/v1.0.0...v1.1.0) (2023-04-22)


### Features

* update latest-stable ([df17171](https://github.com/joe733/asdf-pipx/commit/df17171a5d23a4b66a5a7740f49d14d027063977))
* update latest-stable ([df17171](https://github.com/yozachar/asdf-pipx/commit/df17171a5d23a4b66a5a7740f49d14d027063977))


### Bug Fixes

* portable sourcing ([9f90481](https://github.com/joe733/asdf-pipx/commit/9f904815c9979a319b48e8256918a55963d436ea))
* portable sourcing ([9f90481](https://github.com/yozachar/asdf-pipx/commit/9f904815c9979a319b48e8256918a55963d436ea))

## 1.0.0 (2023-04-18)


### Features

* adds on workflow dispatch ([7a122ab](https://github.com/joe733/asdf-pipx/commit/7a122abe5c15b92ec5980aa3f9c28f59344367cb))
* completes basic pipx via asdf setup ([5f37115](https://github.com/joe733/asdf-pipx/commit/5f37115fdb0567af4ac6cd4e0d893a5acc8a8db8))
* adds on workflow dispatch ([7a122ab](https://github.com/yozachar/asdf-pipx/commit/7a122abe5c15b92ec5980aa3f9c28f59344367cb))
* completes basic pipx via asdf setup ([5f37115](https://github.com/yozachar/asdf-pipx/commit/5f37115fdb0567af4ac6cd4e0d893a5acc8a8db8))
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) MIT Jovial Joe Jayarson
Copyright (c) MIT Yozachar

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
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div align="center">

# asdf-pipx [![Build](https://github.com/joe733/asdf-pipx/actions/workflows/build.yml/badge.svg)](https://github.com/joe733/asdf-pipx/actions/workflows/build.yml) [![Lint](https://github.com/joe733/asdf-pipx/actions/workflows/lint.yml/badge.svg)](https://github.com/joe733/asdf-pipx/actions/workflows/lint.yml)
# asdf-pipx [![Build](https://github.com/yozachar/asdf-pipx/actions/workflows/build.yml/badge.svg)](https://github.com/yozachar/asdf-pipx/actions/workflows/build.yml) [![Lint](https://github.com/yozachar/asdf-pipx/actions/workflows/lint.yml/badge.svg)](https://github.com/yozachar/asdf-pipx/actions/workflows/lint.yml)

[pipx](https://pypa.github.io/pipx/) plugin for the [asdf version manager](https://asdf-vm.com).

Expand Down Expand Up @@ -32,7 +32,7 @@ Plugin:
```shell
asdf plugin add pipx
# or
asdf plugin add pipx https://github.com/joe733/asdf-pipx.git
asdf plugin add pipx https://github.com/yozachar/asdf-pipx.git
```

pipx:
Expand All @@ -58,8 +58,8 @@ install & manage versions.

Contributions of any kind welcome! See the [contributing guide](contributing.md).

[Thanks goes to these contributors](https://github.com/joe733/asdf-pipx/graphs/contributors)!
[Thanks goes to these contributors](https://github.com/yozachar/asdf-pipx/graphs/contributors)!

# License

See [LICENSE](LICENSE) © [Jovial Joe Jayarson](https://github.com/joe733/)
See [LICENSE](LICENSE) © [Yozachar](https://github.com/yozachar)
2 changes: 1 addition & 1 deletion contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Testing Locally:
asdf plugin test <plugin-name> <plugin-url> [--asdf-tool-version <version>] [--asdf-plugin-gitref <git-ref>] [test-command*]

#
asdf plugin test pipx https://github.com/joe733/asdf-pipx.git "pipx --version"
asdf plugin test pipx https://github.com/yozachar/asdf-pipx.git "pipx --version"
```

Tests are automatically run in GitHub Actions on push and PR.

0 comments on commit caccaef

Please sign in to comment.