JuliaImages / ExifViewer.jl

Metadata reader in Julia, wrapper over LibExif
https://juliaimages.org/ExifViewer.jl/dev/
MIT License
28 stars 1 forks source link

Documentation shift and minor changes #13

Closed ashwani-rathee closed 1 year ago

ashwani-rathee commented 1 year ago
codecov[bot] commented 1 year ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (main@e0340c1). Click here to learn what that means. Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #13 +/- ## ======================================= Coverage ? 92.94% ======================================= Files ? 4 Lines ? 156 Branches ? 0 ======================================= Hits ? 145 Misses ? 11 Partials ? 0 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaImages). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaImages)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

ashwani-rathee commented 1 year ago

Encoding also works on windows so we can close windows issue too with this!

ashwani-rathee commented 1 year ago

@johnnychen94 can you please update the new docs link to https://juliaimages.org/ExifViewer.jl/dev/ ?

johnnychen94 commented 1 year ago

@ashwani-rathee just gave you the admin permission.

ashwani-rathee commented 1 year ago

Got it!! tenks. How do I release a new version?

johnnychen94 commented 1 year ago

There's already a v0.1.0 release https://github.com/JuliaRegistries/General/blob/master/E/ExifViewer/Versions.toml so you'll have to bump the version first in Project.toml and then do the regular registration as you did in https://github.com/JuliaImages/ExifViewer.jl/issues/9