<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>github on Joe Stead</title><link>https://joestead.codes/tags/github/</link><description>Recent content in github on Joe Stead</description><generator>Hugo</generator><language>en-gb</language><lastBuildDate>Tue, 02 Jun 2026 22:13:59 +0100</lastBuildDate><atom:link href="https://joestead.codes/tags/github/index.xml" rel="self" type="application/rss+xml"/><item><title>Semantic versioning? Nah, just break your users</title><link>https://joestead.codes/posts/versioning-software/</link><pubDate>Tue, 03 Sep 2024 12:00:00 +0100</pubDate><guid>https://joestead.codes/posts/versioning-software/</guid><description>&lt;p&gt;What is &lt;a href="https://semver.org/" target="_blank" rel="noopener noreferrer"&gt;Semantic Versioning&lt;/a&gt;
 and why is it useful? At a very high level, Semantic Versioning is a way of versioning &lt;em&gt;things&lt;/em&gt; to indicate whether a change is breaking, additive, or a fix for something. It is a version number split into 3 chunks, Major, Minor and Patch. It can be summarised as:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Given a version number MAJOR.MINOR.PATCH, increment the:&lt;/p&gt;
&lt;p&gt;MAJOR version when you make incompatible API changes&lt;/p&gt;
&lt;p&gt;MINOR version when you add functionality in a backward compatible manner&lt;/p&gt;</description></item></channel></rss>