Skip to content
This repository has been archived by the owner on Aug 12, 2022. It is now read-only.

Tag CSV.jl v0.1.5 #10923

Merged
merged 1 commit into from Aug 29, 2017
Merged

Tag CSV.jl v0.1.5 #10923

merged 1 commit into from Aug 29, 2017

Conversation

attobot
Copy link
Contributor

@attobot attobot commented Aug 26, 2017

Repository: JuliaData/CSV.jl
Release: v0.1.5
Diff: vs v0.1.4
requires vs v0.1.4: no changes
cc: @cjprybol

Please make sure that:

  • CI passes for supported Julia versions (if applicable).
  • Version bounds reflect minimum requirements.

@nalimilan
Copy link
Member

Looks like the failure is due to the new WeakRefString release. IIUC we need to wait for #10915 and/or add upper bounds on WeakRefString here.

@cjprybol
Copy link
Sponsor

I'm following the instructions here for updating the release with an upper bound. If everything passes here I'll merge it and re-tag the CSV release

@attobot
Copy link
Contributor Author

attobot commented Aug 29, 2017

Repository: JuliaData/CSV.jl
Release: v0.1.5
Diff: vs v0.1.4
requires vs v0.1.4:

--- 0.1.4/requires
+++ 0.1.5/requires
@@ -1,5 +1,5 @@
 julia 0.5
 Compat 0.9.5
-DataStreams 0.1.0
+DataStreams 0.1.0 0.2.0
 DataFrames
-WeakRefStrings 0.1.3
+WeakRefStrings 0.1.3 0.3.0

cc: @cjprybol

Please make sure that:

  • CI passes for supported Julia versions (if applicable).
  • Version bounds reflect minimum requirements.

Copy link
Member

@nalimilan nalimilan left a comment

Choose a reason for hiding this comment

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

Looks good to me, though until #10969 (which adds the upper bounds to all existing CSV.jl releases) is merged, Pkg may keep using CSV.jl 0.1.4 rather than 0.1.5 in case of version conflicts.

@tkelman tkelman merged commit 25049cd into JuliaLang:metadata-v2 Aug 29, 2017
@attobot attobot deleted the CSV/v0.1.5 branch August 29, 2017 20:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants