Skip to content

Commit

Permalink
Merge pull request #28 from Nosferican/Release-v0.5.1
Browse files Browse the repository at this point in the history
Update deps compat
  • Loading branch information
Pietro Vertechi authored Oct 16, 2019
2 parents e2bfc02 + dba1dae commit 8a40ff9
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
*.jl.mem
deps/already_showed
*play.jl
Manifest.toml
13 changes: 13 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## ShiftedArrays 0.5.1 release notes

### New features

- Support for OffsetArrays v0.11
- Support for RecursiveArrayTools v1

## ShiftedArrays 0.5.0 release notes

### New features

- Support for Julia 1

## ShiftedArrays 0.4 release notes

### Breaking changes
Expand Down
18 changes: 18 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name = "ShiftedArrays"
uuid = "1277b4bf-5013-50f5-be3d-901d8477a67a"
repo = "https://github.com/piever/ShiftedArrays.jl.git"
version = "0.5.1"

[deps]
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"

[compat]
OffsetArrays = "0.9, 0.10, 0.11"
RecursiveArrayTools = "0, 1"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

[![Build Status](https://travis-ci.org/piever/ShiftedArrays.jl.svg?branch=master)](https://travis-ci.org/piever/ShiftedArrays.jl)
[![codecov.io](http://codecov.io/github/piever/ShiftedArrays.jl/coverage.svg?branch=master)](http://codecov.io/github/piever/ShiftedArrays.jl?branch=master)
[![ShiftedArrays](http://pkg.julialang.org/badges/ShiftedArrays_0.6.svg)](http://pkg.julialang.org/?pkg=ShiftedArrays)
[![ShiftedArrays](http://pkg.julialang.org/badges/ShiftedArrays_0.7.svg)](http://pkg.julialang.org/?pkg=ShiftedArrays)

Implementation of shifted arrays.

Expand Down
3 changes: 0 additions & 3 deletions REQUIRE

This file was deleted.

4 comments on commit 8a40ff9

@Nosferican
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could this get tagged? If you have Registrator.jl / TagBot.jl enabled you can do something like

@JuliaRegistrator register

Release notes:

Updated dependencies:
- Support for OffsetArrays v0.11
- Support for RecursiveArrayTools v1

You can also enjoy the new automerge tags so it will get tagged at the next CRON job.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error while trying to register: Register Failed
@Nosferican, it looks like you don't have collaborator status on this repository.

@piever
Copy link
Collaborator

@piever piever commented on 8a40ff9 Oct 16, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure.

@JuliaRegistrator register()

Release notes:

Updated dependencies:

  • Support for OffsetArrays v0.11
  • Support for RecursiveArrayTools v1

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/4428

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.5.1 -m "<description of version>" 8a40ff9e323641b639560bdfd591de717e2d74bb
git push origin v0.5.1

Please sign in to comment.