Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare 0.3.0 release #28

Conversation

travisbrown
Copy link
Collaborator

@travisbrown travisbrown commented Apr 3, 2018

This change updates uap-core to the latest commit and includes a small change to OS parsing that's necessary to keep tests passing after ua-parser/uap-core#286.

It also updates SnakeYAML from 1.18 to 1.20, bumps some patch versions, and removes methods that were deprecated in 0.2.0.

If there are no objections I'd like to merge this and publish an 0.3.0 release this week.

r? @humanzz @mcveat

@codecov-io
Copy link

codecov-io commented Apr 3, 2018

Codecov Report

Merging #28 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #28   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           6      6           
  Lines          80     79    -1     
  Branches        5      5           
=====================================
- Hits           80     79    -1
Impacted Files Coverage Δ
src/main/scala/org/uaparser/scala/Parser.scala 100% <ø> (ø) ⬆️
src/main/scala/org/uaparser/scala/UserAgent.scala 100% <ø> (ø) ⬆️
.../main/scala/org/uaparser/scala/CachingParser.scala 100% <ø> (ø) ⬆️
src/main/scala/org/uaparser/scala/OS.scala 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2732738...d07ec4c. Read the comment docs.

@travisbrown travisbrown changed the title Update uap-core, fix OS version parsing Prepare 0.3.0 release Apr 3, 2018
@travisbrown travisbrown merged commit 495949c into ua-parser:master Apr 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants