Przeglądaj źródła

fix: tauri past changelog had incorrect versions (#767)

It appears that the crossover with tauri.js also led to skipping 0.6.1 tauri crate publish.
Jacob Bolda 5 lat temu
rodzic
commit
225c8b4e5f
1 zmienionych plików z 4 dodań i 2 usunięć
  1. 4 2
      tauri/CHANGELOG.md

+ 4 - 2
tauri/CHANGELOG.md

@@ -10,11 +10,13 @@
     This means that you do not need to serialize your response manually or deal with String quotes anymore.
     This means that you do not need to serialize your response manually or deal with String quotes anymore.
     As part of this refactor, the event::emit function also supports impl Serialize instead of String.
     As part of this refactor, the event::emit function also supports impl Serialize instead of String.
 
 
-## [0.7.1]
+## [0.6.2]
 
 
 -   Fixes the Windows build with the latest Windows SDK.
 -   Fixes the Windows build with the latest Windows SDK.
 
 
-## [0.7.0]
+## [0.6.1] (Not Published)
+
+## [0.6.0]
 
 
 -   Adds a command line interface option to tauri apps, configurable under tauri.conf.json > tauri > cli.
 -   Adds a command line interface option to tauri apps, configurable under tauri.conf.json > tauri > cli.
 -   Fixes no-server mode not running on another machine due to fs::read_to_string usage instead of the include_str macro.
 -   Fixes no-server mode not running on another machine due to fs::read_to_string usage instead of the include_str macro.