diff --git a/NEWS.md b/NEWS.md index 6fcb7e3..28dcd9b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 diff --git a/Project.toml b/Project.toml index 5df199f..ddd1825 100644 --- a/Project.toml +++ b/Project.toml @@ -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" diff --git a/README.md b/README.md index a5e1176..3f68948 100644 --- a/README.md +++ b/README.md @@ -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