Releases: lowitea/gitlobster
Releases · lowitea/gitlobster
1.4.3
Improvements
Fixes
Dependencies
- build(deps): bump futures from 0.3.29 to 0.3.30
- build(deps): bump serde from 1.0.193 to 1.0.197
- build(deps): bump mio from 0.8.9 to 0.8.11
- build(deps): bump regex from 1.10.2 to 1.10.4
- build(deps): bump uuid from 1.6.1 to 1.8.0
- build(deps): bump clap from 4.4.8 to 4.5.4
- build(deps): bump serde_json from 1.0.108 to 1.0.115
- build(deps): bump tokio from 1.34.0 to 1.37.0
- build(deps): bump h2 from 0.3.22 to 0.4.4
- build(deps): bump reqwest from 0.11.22 to 0.12.3
- build(deps): bump chrono from 0.4.31 to 0.4.38
- build(deps): bump anyhow from 1.0.75 to 1.0.82
Full Changelog: 1.4.2...1.4.3
1.4.2 - Fix git config
What's Changed
Full Changelog: 1.4.1...1.4.2
1.4.1 - Fix for fetch more than 50,000 projects
What's Changed
Dependencies
- build(deps): bump tokio from 1.32.0 to 1.34.0
- build(deps): bump tracing from 0.1.37 to 0.1.40
- build(deps): bump serde from 1.0.188 to 1.0.192
- build(deps): bump regex from 1.9.6 to 1.10.2
- build(deps): bump rustix from 0.38.17 to 0.38.19
- build(deps): bump uuid from 1.4.1 to 1.6.0
- build(deps): bump futures from 0.3.28 to 0.3.29
- build(deps): bump clap from 4.4.6 to 4.4.8
- build(deps): bump serde_json from 1.0.107 to 1.0.108
- build(deps): bump tracing-subscriber from 0.3.17 to 0.3.18
Miscellaneous
Full Changelog: 1.4.0...1.4.1
1.4.0
What's Changed
- issue-34: add gitlab-timeout flag by @lowitea in #160
- issue-35: add flags for force secure or insecure protocols by @lowitea in #162
Dependencies
- build(deps): bump futures to 0.3.28
- build(deps): bump h2 to 0.3.17
- build(deps): bump tracing-subscriber to 0.3.17
- build(deps): bump openssl to 0.10.55
- build(deps): bump uuid to 1.4.1
- build(deps): bump urlencoding to 2.1.3
- build(deps): bump anyhow to 1.0.75
- build(deps): bump tokio to 1.32.0
- build(deps): bump reqwest to 0.11.20
- build(deps): bump serde to 1.0.188
- build(deps): bump url to 2.4.1
- build(deps): bump serde_json to 1.0.107
- build(deps): bump chrono to 0.4.31
- build(deps): bump regex to 1.9.6
- build(deps): bump clap to 4.4.6
Miscellaneous
- issue-159: deny clippy warnings by @lowitea in #161
- issue-154: remove unused types and fields by @lowitea in #155
- issue-156: update debian version by @lowitea in #157
- issue-40: add pull policy for cloning repos by @lowitea in #158
Full Changelog: 1.3.1...1.4.0
1.3.1
What's Changed
Dependencies
- build(deps): bump reqwest from 0.11.13 to 0.11.14 by @dependabot in #47
- build(deps): bump tokio from 1.24.2 to 1.25.0 by @dependabot in #48
- build(deps): bump clap from 4.1.1 to 4.1.4 by @dependabot in #49
- build(deps): bump serde_json from 1.0.91 to 1.0.92 by @dependabot in #52
- build(deps): bump futures from 0.3.25 to 0.3.26 by @dependabot in #50
- build(deps): bump anyhow from 1.0.68 to 1.0.69 by @dependabot in #53
- build(deps): bump uuid from 1.2.2 to 1.3.0 by @dependabot in #51
- build(deps): bump pbr from 1.0.4 to 1.1.1 by @dependabot in #55
- build(deps): bump serde_json from 1.0.92 to 1.0.93 by @dependabot in #56
- build(deps): bump clap from 4.1.4 to 4.1.6 by @dependabot in #58
New Contributors
Full Changelog: 1.3.0...1.3.1
1.3.0 - Ability to push to root of GitLab
What's Changed
- Switch the notice of readme's to the appropiate language by @Macleykun in #42
- issue-36: make --bg flag optional by @lowitea in #44
- issue-45: improve logs by @lowitea in #46
Dependencies
- build(deps): bump clap from 4.1.0 to 4.1.1 by @dependabot in #43
New Contributors
- @Macleykun made their first contribution in #42
Full Changelog: 1.2.0...1.3.0
1.2.0 - Add --disable-sync-date option
What's Changed
- issue-37: Skip empty projects by @lowitea in #39
- issue-38: Add --disable-sync-date command by @lowitea in #41
Full Changelog: 1.1.1...1.2.0
1.1.1 - Fix Docker Image
What's Changed
- added package requirements to container by @arichtman-srt in #30
- added an example of using docker e8cae09
Updates
- build(deps): bump clap from 4.0.30 to 4.0.32 by @dependabot in #28
- build(deps): bump serde from 1.0.151 to 1.0.152 by @dependabot in #29
- build(deps): bump tokio from 1.23.0 to 1.23.1 by @dependabot in #31
- build(deps): bump tokio from 1.23.1 to 1.24.1 by @dependabot in #32
New Contributors
- @arichtman-srt made their first contribution in #30
Full Changelog: 1.1.0...1.1.1
1.1.0 - Add --only-master option
What's Changed
- Improve errors handling (42bb349)
- Add --only-master option (34542a1)
- Add shortcuts for include and exclude options (e353dae)
- build(deps): bump serde from 1.0.149 to 1.0.150 by @dependabot in #23
- build(deps): bump serde from 1.0.150 to 1.0.151 by @dependabot in #25
- build(deps): bump serde_json from 1.0.89 to 1.0.91 by @dependabot in #26
- build(deps): bump anyhow from 1.0.66 to 1.0.68 by @dependabot in #24
Full Changelog: 1.0.0...1.1.0
1.0.0 - First stable release
master: bump version