From 273afae9fecf28cf37875a2ad8dfe0407e741d2b Mon Sep 17 00:00:00 2001 From: Motalleb Fallahnezhad Date: Tue, 8 Aug 2023 08:13:10 +0330 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c4adc39..f2d7304 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@ # Simple Rule-Based DNS Reverse Proxy Project +* Versioning will follow the semver format. +* Versions in the format of vx.y.* will share the same configuration files without any changes relative to each other. + * For instance, version 2.0.1 can utilize the configuration file of 2.0.0, though the reverse may not be feasible. + * The sole exception was for v2.0.7: a keyword in the configuration file was altered (all `resolver` keys are now `resolvers`). ## Progress ### Version 2.0.x In this version, the following tasks have been completed: