doc: add v0.1.10 changelog (#813)

* 完成v0.1.10 changelog
This commit is contained in:
LoGin
2024-05-13 16:56:26 +08:00
committed by GitHub
parent 9a0802fd2d
commit ce48b93437
4 changed files with 1065 additions and 2 deletions

View File

@ -17,7 +17,7 @@ void print_copyright()
printf(" DragonOS - An opensource operating system.\n");
printf(" Copyright: DragonOS Community. 2022-2024, All rights reserved.\n");
printf(" Version: ");
printf("\033[1;32m%s\033[0m", "V0.1.9\n");
printf("\033[1;32m%s\033[0m", "V0.1.10\n");
printf(" Git commit SHA1: %s\n", DRAGONOS_GIT_COMMIT_SHA1);
printf(" Build time: %s %s\n", __DATE__, __TIME__);
printf(" \nYou can visit the project via:\n");