Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@
*.jl.*.cov
*.jl.mem
.vscode
docs/build/
docs/Manifest.toml
test-output*.*
Manifest.toml
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "QueryOperators"
uuid = "2aef5ad7-51ca-5a8f-8e88-e75cf067b44b"
version = "1.0.2-DEV"
version = "1.1.0-DEV"

[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Expand All @@ -15,8 +15,8 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
julia = "1.10"
DataStructures = "0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17, 0.18, 0.19"
TableShowUtils = "0.1.1, 0.2"
DataValues = "0.4.4"
TableShowUtils = "0.1.1, 0.2, 0.3, 1"
DataValues = "0.4.4, 0.5, 1"
IteratorInterfaceExtensions = "0.1.1, 1"

[targets]
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# QueryOperators

[![Project Status: Active - The project has reached a stable, usable state and is being actively developed.](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active)
[![Build Status](https://travis-ci.org/queryverse/QueryOperators.jl.svg?branch=master)](https://travis-ci.org/queryverse/QueryOperators.jl)
[![Build status](https://ci.appveyor.com/api/projects/status/meh2oi6tiomi3y4l/branch/master?svg=true)](https://ci.appveyor.com/project/queryverse/queryoperators-jl/branch/master)
[![Build Status](https://github.com/queryverse/QueryOperators.jl/actions/workflows/juliaci.yml/badge.svg?branch=main)](https://github.com/queryverse/QueryOperators.jl/actions/workflows/juliaci.yml)
[![codecov](https://codecov.io/gh/queryverse/QueryOperators.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/queryverse/QueryOperators.jl)

## Overview
Expand Down
Loading