Skip to content

Commit 69a86af

Browse files
ITensorBotCompatHelper Juliamtfishman
authored
CompatHelper: add new compat entry for ITensorVisualizationBase at version 0.1 for package test, (keep existing compat) (#120)
This pull request sets the compat entry for the `ITensorVisualizationBase` package to `0.1` for package test. This keeps the compat entries for earlier versions. Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request. Note: Consider registering a new release of your package immediately after merging this PR, as downstream packages may depend on this for tests to pass. --------- Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org> Co-authored-by: Matthew Fishman <mtfishman@users.noreply.github.com>
1 parent 99d2088 commit 69a86af

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "DataGraphs"
22
uuid = "b5a273c3-7e6c-41f6-98bd-8d7f1525a36a"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
authors = ["Matthew Fishman <mfishman@flatironinstitute.org> and contributors"]
55

66
[workspace]

test/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Dictionaries = "0.4.4"
2121
Graphs = "1.12"
2222
GraphsFlows = "0.1.1"
2323
ITensorPkgSkeleton = "0.3.42"
24+
ITensorVisualizationBase = "0.1"
2425
NamedGraphs = "0.11"
2526
SafeTestsets = "0.1"
2627
Suppressor = "0.2.8"

0 commit comments

Comments
 (0)