Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Difference From qsu-0.2.1 To qsu-0.3.0
2024-03-13
| ||
10:26 | Crate maintenance. check-in: 79a9d5aff8 user: jan tags: trunk | |
2024-01-30
| ||
11:58 | Release maintenance. check-in: 0c6e1661ef user: jan tags: qsu-0.3.0, trunk | |
11:53 | Update version. check-in: eeff552f76 user: jan tags: trunk | |
11:51 | Dependencies maintenance. Update env_logger to 0.11. check-in: 5c00299e46 user: jan tags: trunk | |
2024-01-16
| ||
16:35 | Re-export apperr. check-in: c571a6d179 user: jan tags: qsu-0.2.1, trunk | |
16:23 | Happy Clippy check-in: 9b8128a6c3 user: jan tags: qsu-0.2.0, trunk | |
Changes to Cargo.toml.
1 2 | 1 2 3 4 5 6 7 8 9 10 | - + | [package] name = "qsu" |
︙ | |||
28 29 30 31 32 33 34 | 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 | - - + + - + - + | rt = [] tokio = ["rt", "tokio/macros", "tokio/rt-multi-thread", "tokio/signal"] wait-for-debugger = ["dep:dbgtools-win"] [dependencies] apperr = { version = "0.2.0" } async-trait = { version = "0.1.77" } |
︙ |
Changes to www/changelog.md.
1 2 3 4 5 6 7 8 9 10 11 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 | + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + + + + + + + + + + + | # Change log ## [Unreleased] [Details](/vdiff?from=qsu-0.3.0&to=trunk) ### Added ### Changed ### Removed --- ## [0.3.0] - 2024-01-30 [Details](/vdiff?from=qsu-0.2.1&to=qsu-0.3.0) ### Changed - Updated dependencies. `env_logger` updated to 0.11. --- ## [0.2.1] [Details](/vdiff?from=qsu-0.2.0&to=qsu-0.2.1) ### Added - Re-export `apperr` --- ## [0.2.0] [Details](/vdiff?from=qsu-0.1.0&to=qsu-0.2.0) ### Changed - Use apperr 0.2.0, which introduces trait bounds to the `AppErr::new(E)` to make it more difficult to pass the wrong type to it. |
︙ | |||
91 92 93 94 95 96 97 | 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 | - - + + | ### Removed - `leak_default_service_name()` was removed because it no longer serves a purpose. - The `signals` module is no longer public. (It still exists, but is considered an implementation detail). |
︙ |