<?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: Khamidov Anvar</title>
    <description>The latest articles on DEV Community by Khamidov Anvar (@khanze99).</description>
    <link>https://dev.to/khanze99</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2170434%2F54db49a2-2a69-4a1a-af28-2a6c9380f5fa.jpeg</url>
      <title>DEV Community: Khamidov Anvar</title>
      <link>https://dev.to/khanze99</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/khanze99"/>
    <language>en</language>
    <item>
      <title>Structured approach to versioning</title>
      <dc:creator>Khamidov Anvar</dc:creator>
      <pubDate>Sun, 27 Apr 2025 21:07:59 +0000</pubDate>
      <link>https://dev.to/khanze99/structured-approach-to-versioning-5eig</link>
      <guid>https://dev.to/khanze99/structured-approach-to-versioning-5eig</guid>
      <description>&lt;h2&gt;
  
  
  Semantic versioning
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;MAJOR.MINOR.PATCH&lt;/em&gt;&lt;/strong&gt; - example 1.4.3&lt;/p&gt;

&lt;p&gt;MAJOR - Critical changes. That break maintenance compatibility - new API&lt;/p&gt;

&lt;p&gt;MINOR - new functionality with maintenance compatibility - added some features&lt;/p&gt;

&lt;p&gt;PATCH - fix bugs - fixed API endpoint&lt;/p&gt;

&lt;h2&gt;
  
  
  Development steps
&lt;/h2&gt;

&lt;p&gt;alpha - raw version, for internal testing&lt;br&gt;
beta - stable version&lt;br&gt;
rc (release candidate) - almost final version&lt;/p&gt;

&lt;p&gt;example: 1.0.0-alpha.1 -&amp;gt; 1.0.0-beta.1 - 1.0.0-rc.1 -&amp;gt; 1.0.0&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>beginners</category>
      <category>startup</category>
    </item>
  </channel>
</rss>
