Skip to content
Merged
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
6 changes: 4 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# StatFiles.jl v1.0.0
* Drop julia 0.7 support
* Migrate to Project.toml
* Require julia 1.10
* Require ReadStat 1.2, which pins ReadStat_jll to 1.1.9
* Migrate to the TestItems test framework
* Widen DataValues and TableShowUtils compat bounds

# StatFiles.jl v0.8.0
* Add support for "application/vnd.dataresource+json" MIME type
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
test = ["Test", "TestItemRunner"]

[compat]
DataValues = "0.4.4, 0.5, 1"
DataValues = "0.4.13, 0.5, 1"
FileIO = "1"
IterableTables = "0.8.3, 0.9, 0.10, 0.11, 1"
IteratorInterfaceExtensions = "0.1.1, 1"
ReadStat = "0.4.1, 1"
ReadStat = "1.2"
TableShowUtils = "0.1.1, 0.2, 0.3, 1"
TableTraits = "0.3.1, 0.4, 1"
TableTraitsUtils = "0.2.1, 0.3, 0.4, 1"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![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://github.com/queryverse/StatFiles.jl/actions/workflows/juliaci.yml/badge.svg?branch=main)](https://github.com/queryverse/StatFiles.jl/actions/workflows/juliaci.yml)
[![codecov.io](http://codecov.io/github/queryverse/StatFiles.jl/coverage.svg?branch=master)](http://codecov.io/github/queryverse/StatFiles.jl?branch=master)
[![codecov.io](http://codecov.io/github/queryverse/StatFiles.jl/coverage.svg?branch=main)](http://codecov.io/github/queryverse/StatFiles.jl?branch=main)

## Overview

Expand Down
Loading