···11-## [Unreleased]
11+## [0.1] - 2026-01-03
22+33+- cleaned up / rewritten the code
44+55+## [0.0.1] - 2026-01-02
66+77+- first working proof of concept
+1-1
lib/ratproto/version.rb
···11# frozen_string_literal: true
2233module RatProto
44- VERSION = "0.0.1"
44+ VERSION = "0.1"
55end