<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en" style='--code-editor-font: var(--default-mono-font, "GitLab Mono"), JetBrains Mono, Menlo, DejaVu Sans Mono, Liberation Mono, Consolas, Ubuntu Mono, Courier New, andale mono, lucida console, monospace;'>
<head>
<meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
<title>
GitLab
</title>
<style data-premailer="ignore" type="text/css">
a { color: #1068bf; }
</style>
<style>img {
max-width: 100%; height: auto;
}
body {
font-size: .875rem;
}
body {
-webkit-text-shadow: rgba(255,255,255,.01) 0 0 1px;
}
body {
font-family: "GitLab Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; font-size: inherit;
}
</style>
</head>
<body style='font-size: inherit; -webkit-text-shadow: rgba(255,255,255,.01) 0 0 1px; font-family: "GitLab Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";'>
<div class="content">
<h3 style="margin-top: 20px; margin-bottom: 10px;">
Pierre Gruet pushed to branch upstream at <a href="https://salsa.debian.org/java-team/jsemver">Debian Java Maintainers / jsemver</a>
</h3>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
Commits:
</h4>
<ul>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/java-team/jsemver/-/commit/03e126db11ba6db7619b6621f49d99cc5c07d5e8">03e126db</a></strong>
<div>
<span> by Pierre Gruet </span> <i> at 2024-09-30T21:06:37+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #28272d; position: relative; font-family: "GitLab Mono","JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>New upstream version 0.10.2</pre>
</li>
</ul>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
19 changed files:
</h4>
<ul>
<li class="file-stats">
<a href="#626a747c8694eaae66f2afb3d1a745b045782c70">
<span class="new-file">
+
.editorconfig
</span>
</a>
</li>
<li class="file-stats">
<a href="#a5cc2925ca8258af241be7e5b0381edf30266302">
.gitignore
</a>
</li>
<li class="file-stats">
<a href="#dea01dd89a3b602828e630677fde5d77c06441c8">
<span class="deleted-file">
−
.travis.yml
</span>
</a>
</li>
<li class="file-stats">
<a href="#ab09011fa121d0a2bb9fa4ca76094f2482b902b7">
CHANGELOG.md
</a>
</li>
<li class="file-stats">
<a href="#3f454a98e586d1aa0d322e19afd5e67e08f2d3c8">
<span class="new-file">
+
CONTRIBUTING.md
</span>
</a>
</li>
<li class="file-stats">
<a href="#0398ccd0f49298b10a3d76a47800d2ebecd49859">
LICENSE
</a>
</li>
<li class="file-stats">
<a href="#8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d">
README.md
</a>
</li>
<li class="file-stats">
<a href="#442292b8a7efeabbe4cc176709b833b1792140ec">
pom.xml
</a>
</li>
<li class="file-stats">
<a href="#dad28284d491168fe1609e8de013e440b8575c6f">
<span class="deleted-file">
−
src/main/java/com/github/zafarkhaja/semver/MetadataVersion.java
</span>
</a>
</li>
<li class="file-stats">
<a href="#3a9175d8c7fc52aa73df39b4cdf53b9f1e35d6cd">
<span class="deleted-file">
−
src/main/java/com/github/zafarkhaja/semver/NormalVersion.java
</span>
</a>
</li>
<li class="file-stats">
<a href="#d006d152a59e82cb027fc677e784475a26bfb739">
src/main/java/com/github/zafarkhaja/semver/ParseException.java
</a>
</li>
<li class="file-stats">
<a href="#56508529329c8e3ea4d18d331a1836cd85a056f2">
src/main/java/com/github/zafarkhaja/semver/Parser.java
</a>
</li>
<li class="file-stats">
<a href="#b7be29bfea27d3eff60c656d2cf24bcb38769870">
src/main/java/com/github/zafarkhaja/semver/UnexpectedCharacterException.java
</a>
</li>
<li class="file-stats">
<a href="#8bf7c1ba1d2ecadcb696a252d4fe75e95317aea8">
src/main/java/com/github/zafarkhaja/semver/Version.java
</a>
</li>
<li class="file-stats">
<a href="#8856747551e40ab929c6c0d5bcfe6615e294a6c4">
src/main/java/com/github/zafarkhaja/semver/VersionParser.java
</a>
</li>
<li class="file-stats">
<a href="#c0267697685611b1af9f8860ba4e7b8ba6206131">
src/main/java/com/github/zafarkhaja/semver/expr/And.java
</a>
</li>
<li class="file-stats">
<a href="#0d327b8a9f6e54c77d9a86623e3abd2fb8715386">
src/main/java/com/github/zafarkhaja/semver/expr/CompositeExpression.java
</a>
</li>
<li class="file-stats">
<a href="#46de0f95bab3e6eca3e8b47bd1ddd3b695431cb9">
src/main/java/com/github/zafarkhaja/semver/expr/Equal.java
</a>
</li>
<li class="file-stats">
<a href="#8ea31daa96e0dd34b32da56f95acfbdd7a324c40">
src/main/java/com/github/zafarkhaja/semver/expr/Expression.java
</a>
</li>
</ul>
<h5 style="margin-top: 10px; margin-bottom: 10px; font-size: .875rem;">
The diff was not included because it is too large.
</h5>
</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #737278;">
—
<br>
<a href="https://salsa.debian.org/java-team/jsemver/-/commit/03e126db11ba6db7619b6621f49d99cc5c07d5e8">View it on GitLab</a>.
<br>
You're receiving this email because of your account on <a target="_blank" rel="noopener noreferrer" href="https://salsa.debian.org">salsa.debian.org</a>. <a href="https://salsa.debian.org/-/profile/notifications" target="_blank" rel="noopener noreferrer" class="mng-notif-link">Manage all notifications</a> · <a href="https://salsa.debian.org/help" target="_blank" rel="noopener noreferrer" class="help-link">Help</a>
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Commit","url":"https://salsa.debian.org/java-team/jsemver/-/commit/03e126db11ba6db7619b6621f49d99cc5c07d5e8"}}</script>
</p>
</div>
</body>
</html>