Skip to content

Commit

Permalink
v.0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ggoodwin committed Jan 18, 2023
1 parent aed7121 commit 44a61d1
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 14 deletions.
24 changes: 22 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,24 @@ and this project adheres to [Semantic Versioning].

- Will list future updates here

## [0.0.3] - 2023-01-18

### Added

### Changed

- Changed repo title to `nyse-time`
- Updated `README.md` to include usage examples
- Updated `CHANGELOG.md` to include changes

### Deprecated

### Removed

### Fixed

### Security

## [0.0.2] - 2023-01-18

### Added
Expand Down Expand Up @@ -62,5 +80,7 @@ and this project adheres to [Semantic Versioning].
[semantic versioning]: https://semver.org/spec/v2.0.0.html

<!-- Versions -->
[unreleased]: https://github.com/octolibs/nyse-schedule/compare/v0.0.1...MAIN
[0.0.1]: https://github.com/octolibs/nyse-schedule/releases/tag/v0.0.1
[unreleased]: https://github.com/octolibs/nyse-time/compare/v0.0.1...MAIN
[0.0.3]: https://github.com/octolibs/nyse-time/releases/tag/v0.0.3
[0.0.2]: https://github.com/octolibs/nyse-time/releases/tag/v0.0.2
[0.0.1]: https://github.com/octolibs/nyse-time/releases/tag/v0.0.1
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Contributing to octolibs calendar
# Contributing to octolibs nyse-time

## Coming Soon
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<div align="center">
<h1><img alt="Stocks logo" src="https://github.com/octolibs/nyse-schedule/blob/main/timetable.png" height="300" /><br />
Go New York Stock Exchange (NYSE) Schedule Library
<h1><img alt="Stocks logo" src="https://github.com/octolibs/nyse-time/blob/main/timetable.png" height="300" /><br />
New York Stock Exchange (NYSE) Time Go Library
</h1>

[![Go Reference](https://pkg.go.dev/badge/octolibs/nyse-schedule.svg)](https://pkg.go.dev/github.com/octolibs/nyse-schedule) [![Go Version](https://img.shields.io/github/go-mod/go-version/octolibs/nyse-schedule)](https://go.dev/) [![GoReportCard](https://goreportcard.com/badge/github.com/octolibs/nyse-schedule)](https://goreportcard.com/report/github.com/octolibs/nyse-schedule) [![CodeFactor](https://www.codefactor.io/repository/github/octolibs/nyse-schedule/badge)](https://www.codefactor.io/repository/github/octolibs/nyse-schedule) [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/octolibs/nyse-schedule/.github/workflows/go.yml)](https://github.com/octolibs/nyse-schedule/blob/main/.github/workflows/go.yml) ![Size](https://img.shields.io/github/languages/code-size/octolibs/nyse-schedule) [![Last Commit](https://img.shields.io/github/last-commit/octolibs/nyse-schedule)](https://github.com/octolibs/nyse-schedule/commits/main) [![License](https://img.shields.io/github/license/octolibs/nyse-schedule)](https://github.com/octolibs/nyse-schedule/blob/main/LICENSE)
[![Go Reference](https://pkg.go.dev/badge/octolibs/nyse-time.svg)](https://pkg.go.dev/github.com/octolibs/nyse-time) [![Go Version](https://img.shields.io/github/go-mod/go-version/octolibs/nyse-time)](https://go.dev/) [![GoReportCard](https://goreportcard.com/badge/github.com/octolibs/nyse-time)](https://goreportcard.com/report/github.com/octolibs/nyse-time) [![CodeFactor](https://www.codefactor.io/repository/github/octolibs/nyse-time/badge)](https://www.codefactor.io/repository/github/octolibs/nyse-time) [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/octolibs/nyse-time/.github/workflows/go.yml)](https://github.com/octolibs/nyse-time/blob/main/.github/workflows/go.yml) ![Size](https://img.shields.io/github/languages/code-size/octolibs/nyse-time) [![Last Commit](https://img.shields.io/github/last-commit/octolibs/nyse-time)](https://github.com/octolibs/nyse-time/commits/main) [![License](https://img.shields.io/github/license/octolibs/nyse-time)](https://github.com/octolibs/nyse-time/blob/main/LICENSE)

</div>
<hr/>
Expand Down Expand Up @@ -31,15 +31,15 @@ If you don't have `Go` installed, you can download it from [here](https://go.dev
Run the following command in the `console`, in the `project directory`, to install the library with `go get`

```plain
go get github.com/octolibs/nyse-schedule
go get github.com/octolibs/nyse-time
```

### Importing

Add the import to your `.go` file

```go
import "github.com/octolibs/nyse-schedule"
import "github.com/octolibs/nyse-time"
```

## 💰 Usage
Expand Down Expand Up @@ -95,8 +95,8 @@ request.

## ⚖️ License

This project is under the MIT License. See the [LICENSE](https://github.com/octolibs/nyse-schedule/blob/main/LICENSE) file for the full license text.
This project is under the MIT License. See the [LICENSE](https://github.com/octolibs/nyse-time/blob/main/LICENSE) file for the full license text.

## 📜 Changes

Check out our [CHANGELOG](https://github.com/octolibs/nyse-schedule/blob/main/CHANGELOG.md)
Check out our [CHANGELOG](https://github.com/octolibs/nyse-time/blob/main/CHANGELOG.md)
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/octolibs/nyse-schedule
module github.com/octolibs/nyse-time

go 1.19
2 changes: 1 addition & 1 deletion holidays.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package nyse_hours
package nyse_time

import "time"

Expand Down
2 changes: 1 addition & 1 deletion hours.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package nyse_hours
package nyse_time

import "time"

Expand Down
2 changes: 1 addition & 1 deletion market.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package nyse_hours
package nyse_time

import (
"time"
Expand Down

0 comments on commit 44a61d1

Please sign in to comment.