Skip to content

Commit

Permalink
Merge pull request #94 from aiuto/ver
Browse files Browse the repository at this point in the history
Update version stamp to 0.0.5
  • Loading branch information
aiuto authored May 19, 2023
2 parents 796d237 + 9f9284c commit 27c9be7
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 5 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module(
name = "rules_license",
version = "0.0.4", # Keep in sync with version.bzl
version = "0.0.5", # Keep in sync with version.bzl
compatibility_level = 1,
)

Expand Down
44 changes: 41 additions & 3 deletions docs/latest.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,12 @@ package_info(<a href="#package_info-name">name</a>, <a href="#package_info-packa

<!-- Generated with Stardoc: http://skydoc.bazel.build -->

Providers for license rules.
Basic providers for license rules.

This file should only contain the basic providers needed to create
license and package_info declarations. Providers needed to gather
them are declared in other places.


<a id="LicenseInfo"></a>

Expand Down Expand Up @@ -115,7 +120,12 @@ Provides information about a license instance.

<!-- Generated with Stardoc: http://skydoc.bazel.build -->

Providers for license rules.
Basic providers for license rules.

This file should only contain the basic providers needed to create
license and package_info declarations. Providers needed to gather
them are declared in other places.


<a id="LicenseKindInfo"></a>

Expand All @@ -141,7 +151,12 @@ Provides information about a license_kind instance.

<!-- Generated with Stardoc: http://skydoc.bazel.build -->

Providers for license rules.
Basic providers for license rules.

This file should only contain the basic providers needed to create
license and package_info declarations. Providers needed to gather
them are declared in other places.


<a id="PackageInfo"></a>

Expand All @@ -166,3 +181,26 @@ Provides information about a package.



<!-- Generated with Stardoc: http://skydoc.bazel.build -->

Rules and macros for collecting package metdata providers.

<a id="trace"></a>

## trace

<pre>
trace(<a href="#trace-name">name</a>)
</pre>

Used to allow the specification of a target to trace while collecting license dependencies.

**ATTRIBUTES**


| Name | Description | Type | Mandatory | Default |
| :------------- | :------------- | :------------- | :------------- | :------------- |
| <a id="trace-name"></a>name | A unique name for this target. | <a href="https://bazel.build/concepts/labels#target-names">Name</a> | required | |



2 changes: 1 addition & 1 deletion version.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# limitations under the License.
"""The version of rules_license."""

version = "0.0.4"
version = "0.0.5"

0 comments on commit 27c9be7

Please sign in to comment.