Sebastian Thiel
1b1b598597
bump patch level; regen everything with latest fix
2021-04-22 09:49:31 +08:00
Sebastian Thiel
0adccb51c5
regen everything with fixed Send for Delegate
2021-04-14 16:58:44 +08:00
Sebastian Thiel
34096d3862
regenerate everything
2021-04-14 10:10:59 +08:00
Sebastian Thiel
c606d37dd3
prepare release of version 2.0, regen all APIs
2021-04-01 23:46:26 +08:00
Sebastian Thiel
d1ffa68287
update all code after version update
2020-07-10 09:41:44 +08:00
Dennis Vestergaard Værum
1cc94d5281
Rebuild everything, becuase it makes it easier to compare everything to my changes
2020-06-02 14:56:19 +02:00
Sebastian Thiel
d302542d8d
regenerate all crates with updated patch level
2020-04-12 18:58:21 +08:00
Sebastian Thiel
f125912384
regenerate all crates
2019-12-09 11:50:00 +08:00
Sebastian Thiel
11db47ca2a
Regenerate all code
...
Related to #239
2019-09-09 08:31:59 +02:00
Sebastian Thiel
8c1ca2aa9b
update version to 1.0.10; republish 4 select crates
2019-07-05 19:09:55 +08:00
Sebastian Thiel
e42ebc0c2b
Bump version to 1.0.9; update JSON schemas; add new APIs
2019-07-05 11:32:35 +08:00
Sebastian Thiel
bce4f08554
Bump version to 1.0.8 - the previous one was already published somehow
2018-10-14 11:12:24 +02:00
Sebastian Thiel
255c7f5ad5
Update to latest versions of API declarations
2018-10-13 13:49:14 +02:00
Sebastian Thiel
5a457b1b26
Update to release v1.0.7
2017-12-12 16:05:40 +01:00
Sebastian Thiel
164d3f3cf5
Update generated code with latest version
2017-09-24 15:08:20 +02:00
Sebastian Thiel
77c26b7e6c
chore(version-up): regen all source
...
[skip ci]
2017-05-26 13:31:56 +02:00
Sebastian Thiel
fc4ff6fe8b
chore(regen-apis): Update examples
2017-05-26 10:19:44 +02:00
Sebastian Thiel
d18714e9b2
chore(gen): regen all apis/clis for v1.0.4
2017-02-04 13:48:45 +01:00
Sebastian Thiel
8876209143
chore(gen): regen all cli for new version
2017-02-01 08:36:58 +01:00
Sebastian Thiel
ab4410d913
chore(codegen): v1.0.2
2016-12-27 07:48:18 +01:00
Sebastian Thiel
7fe6e698ba
chore(gen): update code to latest version
...
required before publishing
2016-12-24 15:52:23 +01:00
Sebastian Thiel
a0a264f4c3
chore(gen-code): get fixes into README
...
This will provide a proper link to the readme.
2016-12-17 19:49:42 +01:00
Sebastian Thiel
3c5a07c7be
chore(api-version-up)
2016-10-16 19:17:51 +02:00
Sebastian Thiel
d2495405c5
chore(Cargo): specify version to allow cli publishing
...
Let's see if we can actually get away with a '*' ... .
2016-09-11 12:08:57 +02:00
Sebastian Thiel
45d86f31f2
chore(code-gen): update to latest version
...
Which is to be published
2016-09-11 10:13:33 +02:00
Sebastian Thiel
ae276438ae
chore(code): update code to latest version
2016-07-17 13:05:43 +02:00
Sebastian Thiel
e0de1b4c10
chore(code-update): to latest schema version
2016-04-10 14:08:43 +02:00
Sebastian Thiel
df301c1c75
chore(code): update after version-up
2016-02-28 08:37:00 +01:00
Sebastian Thiel
75076acf16
chore(code): updated to latest state
2016-01-30 14:08:25 +01:00
Sebastian Thiel
e3f4fcadad
chore(versionup): support for latest hyper
2015-12-06 17:51:06 +01:00
Sebastian Thiel
08d65ba62b
chore(source): add source at latest version
2015-08-08 11:50:37 +02:00
Sebastian Thiel
3484fecf9c
chore(code-update):added latest version of api+cli
...
APIs have additional files thanks to the build-script
requirement.
CLI has just seen minor changes though, making it
usable with a stable compiler.
2015-06-19 13:27:40 +02:00
Sebastian Thiel
9e6c9537a5
chore(code-up): latest version of all code
2015-05-10 12:07:12 +02:00
Sebastian Thiel
c2dd9c7a02
fix(version-up): code updated to v0.1.6, latest CLI
...
* also includes publishing tag files
2015-04-26 13:42:31 +02:00
Sebastian Thiel
4cf0720ef1
fix(checkin): latest version of all APIs
...
Now CLI and API and the same level
2015-04-16 22:51:07 +02:00
Sebastian Thiel
34d0a7aad3
fix(README): corrected absolute links
...
This only affected links in readme files, not the relative ones
in the actual documentation
2015-04-08 17:19:04 +02:00
Sebastian Thiel
a399488c27
fix(version-up): v0.1.5
...
* fix documentation link in Cargo.toml
* adjust to latest hyper. It's not even out yet, but people
can't build the APIs anyway.
2015-04-08 16:54:50 +02:00
Sebastian Thiel
dd1d191966
fix(publish): v0.1.4
...
* macro 'alias' was renamed to 'rename'
* fixed `cargo test` on main project
The latter pointed me to the serde issue, which would have made
everything fail when actually used to communicate with google servers.
2015-04-07 15:53:30 +02:00
Sebastian Thiel
99f8b65f75
fix(api-version-up): version 0.1.3
...
* builds with latest beta/nightly
Fixes #46
2015-04-07 12:05:48 +02:00
Sebastian Thiel
91861dcb71
fix(rustup): rustc (be9bd7c93 2015-04-05)
...
* using std::convert
* update to latest hyper (and other dependencies)
Related to #46
2015-04-07 11:59:10 +02:00
Sebastian Thiel
a2ca1cb28e
fix(version-up): check-in of latest sources
...
This also includes crate files to remember which
crates we have published already.
Related to #44
2015-03-25 14:26:30 +01:00
Sebastian Thiel
04f4c95688
fix(mbuild): upload size now taken properly
...
Previously, it would query the size from the wrong dict and obtain
the value 0 all the time. This would have made every upload fail with
`UploadSizeLimitExeeded`.
Now we obtain the actual size limit, and will ignore it if unset/0
for some reason.
Patch += 1
2015-03-22 22:39:36 +01:00
Sebastian Thiel
3bc930ae47
fix(version-up): 0.1.0 release
...
* Added all APIs to source control
* upped crate version
2015-03-22 20:30:01 +01:00