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

Update version to 0.0.2 #32

Merged
merged 1 commit into from
Mar 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ keywords = ["date", "time", "calendar", "timezone", "duration"]
categories = ["date-and-time", "internationalization"]
readme = "./README.md"
description = "Temporal in Rust is an implementation of the TC39 Temporal Builtin Proposal in Rust."
version = "0.0.1"
version = "0.0.2"
edition = "2021"
authors = ["boa-dev"]
license = "MIT OR Apache-2.0"
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ as we intended to make an engine agnostic and general usage implementation of `T

Relevent links regarding Temporal can be found below.

-[Temporal Documentation](https://tc39.es/proposal-temporal/docs/)
-[Temporal Specification](https://tc39.es/proposal-temporal/)
-[Temporal Repository](https://github.com/tc39/proposal-temporal)
[Temporal Documentation](https://tc39.es/proposal-temporal/docs/) | [Temporal Specification](https://tc39.es/proposal-temporal/) | [Temporal Repository](https://github.com/tc39/proposal-temporal)

## Contributing

Expand Down