<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Lukas Oberhuber</title>
    <description>The latest articles on DEV Community by Lukas Oberhuber (@lukaso).</description>
    <link>https://dev.to/lukaso</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1924301%2Fbbcb278e-b157-4c1a-a19f-39ef0c511c42.jpeg</url>
      <title>DEV Community: Lukas Oberhuber</title>
      <link>https://dev.to/lukaso</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/lukaso"/>
    <language>en</language>
    <item>
      <title>Is the upstream fix released yet?</title>
      <dc:creator>Lukas Oberhuber</dc:creator>
      <pubDate>Sat, 20 Jun 2026 14:58:58 +0000</pubDate>
      <link>https://dev.to/lukaso/is-the-upstream-fix-released-yet-1l</link>
      <guid>https://dev.to/lukaso/is-the-upstream-fix-released-yet-1l</guid>
      <description>&lt;p&gt;I maintain GIMP for Mac. I've done it since 2021, and most of the work isn't GIMP itself. It's the dependencies. So I can build for older Macs, I carry a pile of patches against upstream: GTK, and a fair bit of GNOME and freedesktop. I don't want any of them. Each one is a patch I'm waiting to delete.&lt;/p&gt;

&lt;p&gt;The thing stopping me deleting a patch is one question: is the upstream fix released yet?&lt;/p&gt;

&lt;p&gt;A lot of other people have the same problem, both on public repos and inside private companies. Pretty much anywhere you aren't doing full CI/CD, there's some amount of unreleased code.&lt;/p&gt;

&lt;p&gt;In my case, someone fixes the bug in a commit (often it's me). A merge request merges. Good. But that's not a release. Until the fix ships in a tagged version my patch has to stay, because I actually pick up the fix through MacPorts.&lt;/p&gt;

&lt;p&gt;So I have to check: did this fix make it into a release, and which one?&lt;/p&gt;

&lt;p&gt;There's no easy way to do that on GitHub or GitLab. The web UI won't tell you. &lt;code&gt;git tag --contains&lt;/code&gt; or &lt;code&gt;git describe --contains&lt;/code&gt; will, after some shenanigans: clone the repo, fetch every tag, decode the output. Multiply that by a stack of projects, half of them on GitLab, and it adds up.&lt;/p&gt;

&lt;p&gt;So I built released.&lt;/p&gt;

&lt;p&gt;You can use it on &lt;a href="https://released.blabberate.com" rel="noopener noreferrer"&gt;https://released.blabberate.com&lt;/a&gt;, or in your terminal with your own tokens or just public access (when allowed) &lt;code&gt;npx git-released &amp;lt;commit-or-pr&amp;gt;&lt;/code&gt;. For example:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight console"&gt;&lt;code&gt;&lt;span class="gp"&gt;$&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;npx git-released github.com/honojs/hono/commit/f82aba8
&lt;span class="go"&gt;First released in  v4.12.11
          on date  2026-04-06
           commit  f82aba8
          also in  v4.12.12, v4.12.13, v4.12.14, v4.12.15, v4.12.16
        permalink  https://released.blabberate.com/r/honojs/hono/c/f82aba8
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;or try a permalink: &lt;a href="https://released.blabberate.com/r/honojs/hono/c/f82aba8" rel="noopener noreferrer"&gt;https://released.blabberate.com/r/honojs/hono/c/f82aba8&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Paste a commit, a SHA, or a merged PR/MR and it gives you the first release that contains it and the date it shipped, or a plain "not yet." No clone needed. It works on any public GitHub repo, and on the GitLab hosts I actually live in: GNOME, freedesktop, KDE, Debian (salsa), and more.&lt;/p&gt;

&lt;p&gt;Two things come with every answer:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A link you can paste into an issue or a PR. Whoever opens it sees the same answer.&lt;/li&gt;
&lt;li&gt;A badge. Drop it in a PR and it reads "not yet released" until the commit ships, then changes to the version on its own. I use it so I stop re-checking the same merge request.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;For private repos, or if you'd rather not depend on a website, there's a CLI (&lt;code&gt;npx git-released &amp;lt;commit-or-pr&amp;gt;&lt;/code&gt;) that uses your own token.&lt;/p&gt;

&lt;p&gt;On the web: &lt;a href="https://released.blabberate.com" rel="noopener noreferrer"&gt;https://released.blabberate.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you maintain something, or just keep getting asked "is my fix out yet?", give it a go and tell me where it falls over. Source is on GitHub: &lt;a href="https://github.com/lukaso/released" rel="noopener noreferrer"&gt;https://github.com/lukaso/released&lt;/a&gt;&lt;/p&gt;

</description>
      <category>git</category>
      <category>github</category>
      <category>opensource</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
