Skip to content

Commit

Permalink
chore(release): 1.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.4.0](v1.3.1...v1.4.0) (2023-02-23)

### Features

* Add option to delete preexisting files created by dfg each run ([#32](#32)) ([381a835](381a835)), closes [/github.com/rapidsai/gha-tools/blob/37f3946294647eadf5b60d8229ac396a4d913b59/tools/rapids-dependency-file-checker#L9-L15](https://github.com//github.com/rapidsai/gha-tools/blob/37f3946294647eadf5b60d8229ac396a4d913b59/tools/rapids-dependency-file-checker/issues/L9-L15)
  • Loading branch information
semantic-release-bot committed Feb 23, 2023
1 parent 381a835 commit 75360d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rapids-dependency-file-generator",
"version": "1.3.1",
"version": "1.4.0",
"description": "`rapids-dependency-file-generator` is a Python CLI tool that generates conda `environment.yaml` files and `requirements.txt` files from a single YAML file, typically named `dependencies.yaml`.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/rapids_dependency_file_generator/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.3.1"
__version__ = "1.4.0"
2 changes: 1 addition & 1 deletion src/rapids_dependency_file_generator/schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/rapidsai/dependency-file-generator/v1.3.1/src/rapids_dependency_file_generator/schema.json",
"$id": "https://raw.githubusercontent.com/rapidsai/dependency-file-generator/v1.4.0/src/rapids_dependency_file_generator/schema.json",
"type": "object",
"title": "RAPIDS Package Dependency Specification Format",
"description": "Consolidated specification of RAPIDS project dependencies",
Expand Down

0 comments on commit 75360d5

Please sign in to comment.