Skip to content

Commit

Permalink
Remove InlineStrings code replaced by InlineStrings package (#92)
Browse files Browse the repository at this point in the history
* Remove InlineStrings code replaced by InlineStrings package

By taking the dependency, this is non-breaking and packages relying on
InlineString can feel free to switch as able.

* fix tests
  • Loading branch information
quinnj authored Oct 1, 2021
1 parent 763f9af commit 786fddd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 762 deletions.
4 changes: 3 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name = "WeakRefStrings"
uuid = "ea10d353-3f73-51f8-a26c-33c1cb351aa5"
authors = ["quinnj <quinn.jacobd@gmail.com>"]
version = "1.3.0"
version = "1.4.0"

[deps]
DataAPI = "9a962f9c-6df0-11e9-0e5d-c546b8b5ee8a"
InlineStrings = "842dd82b-1e85-43dc-bf29-5d0ee9dffc48"
Parsers = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0"

[extras]
Expand All @@ -14,6 +15,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
DataAPI = "1"
InlineStrings = "1"
Parsers = "2"
julia = "1.3"

Expand Down
Loading

2 comments on commit 786fddd

@quinnj
Copy link
Member Author

@quinnj quinnj commented on 786fddd Oct 1, 2021

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

@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/45885

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 the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.4.0 -m "<description of version>" 786fddda77c53d9addefee4dcc147b1af5890aef
git push origin v1.4.0

Please sign in to comment.