Skip to content

Commit

Permalink
Modification of NEWS.md for issue #11.
Browse files Browse the repository at this point in the history
  • Loading branch information
s915 committed Oct 23, 2021
1 parent f6c2d0f commit b9f74c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Version 0.3.2

* Modification of the regular expression for float values in the function `value_to_float!()`. From `Ref(r"^[0-9]*[[:blank:]]*[0-9]+\.*[0-9]*e*[0-9]*$")` to `Ref(r"^[0-9]*[[:blank:]]*[0-9]+\.*[0-9]*$")` (@tlorans, issue "Error with value_to_float! function #11").
* Modification of the regular expression for the float values in the function `value_to_float!()`. From `Ref(r"^[0-9]*[[:blank:]]*[0-9]+\.*[0-9]*$")` to `Ref(r"^[0-9]*[[:blank:]]*[0-9]+\.*[0-9]*e*[0-9]*$")` (@tlorans, issue "Error with value_to_float! function #11").
* Add a compat entry for the DataFrames package : 1.2.

# Version 0.3.1
Expand Down

2 comments on commit b9f74c1

@s915
Copy link
Owner Author

@s915 s915 commented on b9f74c1 Oct 23, 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/47388

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 v0.3.2 -m "<description of version>" b9f74c14afe4813b56d519416e29dc92c5e9fc7e
git push origin v0.3.2

Please sign in to comment.