From 8d48c3392841f49e9690abe6b81ecc1229d21564 Mon Sep 17 00:00:00 2001 From: Saleh Almaqwashy <37103211+sasmaq@users.noreply.github.com> Date: Wed, 12 Aug 2026 23:54:27 +0300 Subject: [PATCH] Add new developer Saleh Almaqwashy to devs.json --- devs.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/devs.json b/devs.json index 3bfeda9..9ac945a 100644 --- a/devs.json +++ b/devs.json @@ -3670,5 +3670,20 @@ } } ] +}, +{ + "name": "صالح المقوشي", + "githubURL": "https://github.com/sasmaq", + "projects": [ + { + "name": "Incrmit", + "URL": "https://github.com/sasmaq/incrmit", + "description": "Increment semantic versions across multiple files from a TOML config.", + "details": { + "language": "Go", + "topics": ["Go", "CLI", "Versioning"] + } + } + ] } ]