From a63900a44bc14bcd39693da21afe001f57d567d3 Mon Sep 17 00:00:00 2001 From: Shirou WAKAYAMA Date: Thu, 27 Oct 2016 22:29:33 +0900 Subject: [PATCH] update README about taging. --- README.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.rst b/README.rst index 83a85fc4..73195c10 100644 --- a/README.rst +++ b/README.rst @@ -25,6 +25,22 @@ Migrating to v2 On gopsutil itself, `v2migration.sh `_ is used for migration. It can not be commonly used, but it may help you with migration. +Tag semantics +^^^^^^^^^^^^^^^ + +gopsutil tag policy is almost same as Semantic Versioning, but automatically increase like Ubuntu versioning. + +for example, `v2.16.10` means + +- v2: major version +- 16: release year, 2016 +- 10: release month + +gopsutil aims to keep backwards-compatiblity until major version change. + +Taged at every end of month, but there are only a few commits, it can be skipped. + + Available Architectures ------------------------------------