From 15529380ca65ddb20836bc4fee7fae13c8c28b43 Mon Sep 17 00:00:00 2001 From: Teddy van Jerry Date: Wed, 5 Apr 2023 18:09:16 +0800 Subject: [PATCH] Update mmCEsim Versions Add 0.2.1. --- CHANGELOG.md | 3 +++ LICENSE | 2 +- lang_sim/sim_schema.json | 4 ++++ package.json | 2 +- 4 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 814dcee..d5a02e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to the "mmcesim" extension will be documented in this file. ## v0.0 +### v0.0.5 +- Update mmCEsim versions in YAML schema for `.sim` (to `0.2.1`) + ### v0.0.4 - Update mmCEsim versions in YAML schema for `.sim` diff --git a/LICENSE b/LICENSE index 1095c8f..35aebd8 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 Wuqiong Zhao (Teddy van Jerry) +Copyright (c) 2022-2023 Wuqiong Zhao (Teddy van Jerry) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/lang_sim/sim_schema.json b/lang_sim/sim_schema.json index 1fe970b..1b399d8 100644 --- a/lang_sim/sim_schema.json +++ b/lang_sim/sim_schema.json @@ -18,6 +18,10 @@ { "const": "0.2.0", "description": "Version 0.2.0." + }, + { + "const": "0.2.1", + "description": "Version 0.2.1." } ], "description": "Targeted mmCEsim version." diff --git a/package.json b/package.json index 8128d9f..c9148fd 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Millimeter Wave Channel Estimation Simulation", "icon": "icons/mmCEsim_logo_256.png", "publisher": "mmcesim", - "version": "0.0.4", + "version": "0.0.5", "author": { "name": "Wuqiong Zhao", "email": "me@wqzhao.org",