Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No changelog entries for 0.1.7, 0.1.8 #12

Closed
jplatte opened this issue Jan 7, 2021 · 1 comment · Fixed by #16
Closed

No changelog entries for 0.1.7, 0.1.8 #12

jplatte opened this issue Jan 7, 2021 · 1 comment · Fixed by #16

Comments

@jplatte
Copy link

jplatte commented Jan 7, 2021

Title says it all. Would be nice if CHANGELOG.md contained entries for the latest two releases.

@matklad
Copy link
Owner

matklad commented Jan 7, 2021 via email

bors bot added a commit that referenced this issue Mar 1, 2021
16: Add mktemp_d r=azdavis a=azdavis

- Use POSIX date invocations, don't use `--iso` option
  - This might have been part of what was making tests fail on macOS
  - I ran `cargo t` on my macOS machine and tests failed because macOS's default `date` doesn't have the `--iso` option
- Add changelog entry for 0.1.7, 0.1.8 retroactively
- Fix cp doc
  - It acts like shell's `cp` when `dst` is a directory
- Allow acquiring many read locks on the same thread
  - Update the thread-local cache to track readers as well as the writer
- Doc and test internal `gsl` more, note some caveats
- Add `mktemp_d`, doc it
- Update version and release notes
- Ignore `target` files in vscode

Closes #12 , can also probably close #7 after this.

Co-authored-by: Ariel Davis <ariel.z.davis@icloud.com>
Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
@bors bors bot closed this as completed in 8c20f82 Mar 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants