Skip to content

Commit

Permalink
🚀 releasing version 1.1.0 @ 2021-09-10 14:39
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
monty-bot committed Sep 10, 2021
1 parent 809ecba commit 1c77e86
Show file tree
Hide file tree
Showing 3,329 changed files with 53,746 additions and 48,828 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,38 @@ beta releases are not included in this history.

[//]: # (begin_release_notes)

"" "1.1.0" (2021-09-10)
=======================

Features
--------

- Added a way to perform an action after some time: `ScheduleAfter` (#202109092134)


Bugfixes
--------

- Dependency upgrade: gopsutil v3-3.21.8 (#202109021259)
- Dependency upgrade: zerolog-1.24.0 (#202109021331)
- Fixed `Schedule` race condition reported by golang race detector (#202109021504)
- Fixed `Subprocess` race condition reported by golang race detector (#202109021553)
- Fixed `lock file` race condition reported by golang race detector (#202109031636)
- Introduced [deadlock detector](https://github.com/sasha-s/go-deadlock) where shared resources are used (#202109092209)


Improved Documentation
----------------------

- Improved DEVELOPER guide (#202108251951)


Misc
----

- #202108260927, #202109021444, #202109031754


"1.0.0" (2021-08-25)"1.0.0" (2021-08-25)
====================

Expand Down
1 change: 0 additions & 1 deletion changes/202108251951.doc

This file was deleted.

1 change: 0 additions & 1 deletion changes/202108260927.misc

This file was deleted.

1 change: 0 additions & 1 deletion changes/202109021259.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changes/202109021331.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changes/202109021444.misc

This file was deleted.

1 change: 0 additions & 1 deletion changes/202109021504.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changes/202109021553.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changes/202109031636.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changes/202109031754.misc

This file was deleted.

1 change: 0 additions & 1 deletion changes/202109092134.feature

This file was deleted.

1 change: 0 additions & 1 deletion changes/202109092209.bugfix

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions docs/dep/archive/zip.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Dependency Relation: archive/zip</title>
<link href="../../css/light-v0.3.3-preview.css" rel="stylesheet">
<script src="../../jvs/golds-v0.3.3-preview.js"></script>
<link href="../../css/light-v0.3.6.css" rel="stylesheet">
<script src="../../jvs/golds-v0.3.6.js"></script>
<body onload="onPageLoad()"><div>

<pre><code><span style="font-size:xx-large;">package <b>zip</b></span>
Expand All @@ -35,9 +35,9 @@
<code> <span class="order">14</span>. <a href="../../pkg/time.html">time</a></code>
<code> <span class="order">15</span>. <a href="../../pkg/unicode/utf8.html">unicode/utf8</a></code></div>
<span class="title" id="imported-by">Imported By</span><div id="packages">
<code> <span class="order">1</span>. <a href="../../pkg/github.com/ARM-software_34f8c/golang-utils/utils/filesystem.html">github.com/ARM-software/golang-utils/utils/filesystem</a></code></div><pre id="footer">
<code> <span class="order">1</span>. <a href="../../pkg/github.com/ARM-software^34f8c/golang-utils/utils/filesystem.html">github.com/ARM-software/golang-utils/utils/filesystem</a></code></div><pre id="footer">
<table><tr><td><img src="../../png/go101-twitter.png"></td>
<td>The pages are generated with <a href="https://go101.org/article/tool-golds.html"><b>Golds</b></a> <i>v0.3.3-preview</i>. (GOOS=linux GOARCH=amd64)
<td>The pages are generated with <a href="https://go101.org/article/tool-golds.html"><b>Golds</b></a> <i>v0.3.6</i>. (GOOS=linux GOARCH=amd64)
<b>Golds</b> is a <a href="https://go101.org">Go 101</a> project developed by <a href="https://tapirgames.com">Tapir Liu</a>.
PR and bug reports are welcome and can be submitted to <a href="https://github.com/go101/golds">the issue list</a>.
Please follow <a href="https://twitter.com/go100and1">@Go100and1</a> (reachable from the left QR code) to get the latest news of <b>Golds</b>.</td></tr></table></pre>
31 changes: 16 additions & 15 deletions docs/dep/bufio.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Dependency Relation: bufio</title>
<link href="../css/light-v0.3.3-preview.css" rel="stylesheet">
<script src="../jvs/golds-v0.3.3-preview.js"></script>
<link href="../css/light-v0.3.6.css" rel="stylesheet">
<script src="../jvs/golds-v0.3.6.js"></script>
<body onload="onPageLoad()"><div>

<pre><code><span style="font-size:xx-large;">package <b>bufio</b></span>
Expand All @@ -32,20 +32,21 @@
<code> <span class="order"> 5</span>. <a href="../pkg/encoding/csv.html">encoding/csv</a></code>
<code> <span class="order"> 6</span>. <a href="../pkg/encoding/xml.html" class="path-duplicate">encoding/</a><a href="../pkg/encoding/xml.html">xml</a></code>
<code> <span class="order"> 7</span>. <a href="../pkg/github.com/joho/godotenv.html">github.com/joho/godotenv</a></code>
<code> <span class="order"> 8</span>. <a href="../pkg/github.com/shirou/gopsutil/v3/disk.html" class="path-duplicate">github.com/</a><a href="../pkg/github.com/shirou/gopsutil/v3/disk.html">shirou/gopsutil/v3/disk</a></code>
<code> <span class="order"> 9</span>. <a href="../pkg/github.com/shirou/gopsutil/v3/internal/common.html" class="path-duplicate">github.com/shirou/gopsutil/v3/</a><a href="../pkg/github.com/shirou/gopsutil/v3/internal/common.html">internal/common</a></code>
<code> <span class="order">10</span>. <a href="../pkg/github.com/sirupsen/logrus.html" class="path-duplicate">github.com/</a><a href="../pkg/github.com/sirupsen/logrus.html">sirupsen/logrus</a></code>
<code> <span class="order">11</span>. <a href="../pkg/github.com/subosito/gotenv.html" class="path-duplicate">github.com/</a><a href="../pkg/github.com/subosito/gotenv.html">subosito/gotenv</a></code>
<code> <span class="order">12</span>. <a href="../pkg/golang.org/x/net/html.html">golang.org/x/net/html</a></code>
<code> <span class="order">13</span>. <a href="../pkg/gopkg.in/ini.v1.html">gopkg.in/ini.v1</a></code>
<code> <span class="order">14</span>. <a href="../pkg/mime.html">mime</a></code>
<code> <span class="order">15</span>. <a href="../pkg/mime/multipart.html" class="path-duplicate">mime/</a><a href="../pkg/mime/multipart.html">multipart</a></code>
<code> <span class="order">16</span>. <a href="../pkg/mime/quotedprintable.html" class="path-duplicate">mime/</a><a href="../pkg/mime/quotedprintable.html">quotedprintable</a></code>
<code> <span class="order">17</span>. <a href="../pkg/net/http.html">net/http</a></code>
<code> <span class="order">18</span>. <a href="../pkg/net/http/internal.html" class="path-duplicate">net/http/</a><a href="../pkg/net/http/internal.html">internal</a></code>
<code> <span class="order">19</span>. <a href="../pkg/net/textproto.html" class="path-duplicate">net/</a><a href="../pkg/net/textproto.html">textproto</a></code></div><pre id="footer">
<code> <span class="order"> 8</span>. <a href="../pkg/github.com/sasha-s/go-deadlock.html" class="path-duplicate">github.com/</a><a href="../pkg/github.com/sasha-s/go-deadlock.html">sasha-s/go-deadlock</a></code>
<code> <span class="order"> 9</span>. <a href="../pkg/github.com/shirou/gopsutil/v3/disk.html" class="path-duplicate">github.com/</a><a href="../pkg/github.com/shirou/gopsutil/v3/disk.html">shirou/gopsutil/v3/disk</a></code>
<code> <span class="order">10</span>. <a href="../pkg/github.com/shirou/gopsutil/v3/internal/common.html" class="path-duplicate">github.com/shirou/gopsutil/v3/</a><a href="../pkg/github.com/shirou/gopsutil/v3/internal/common.html">internal/common</a></code>
<code> <span class="order">11</span>. <a href="../pkg/github.com/sirupsen/logrus.html" class="path-duplicate">github.com/</a><a href="../pkg/github.com/sirupsen/logrus.html">sirupsen/logrus</a></code>
<code> <span class="order">12</span>. <a href="../pkg/github.com/subosito/gotenv.html" class="path-duplicate">github.com/</a><a href="../pkg/github.com/subosito/gotenv.html">subosito/gotenv</a></code>
<code> <span class="order">13</span>. <a href="../pkg/golang.org/x/net/html.html">golang.org/x/net/html</a></code>
<code> <span class="order">14</span>. <a href="../pkg/gopkg.in/ini.v1.html">gopkg.in/ini.v1</a></code>
<code> <span class="order">15</span>. <a href="../pkg/mime.html">mime</a></code>
<code> <span class="order">16</span>. <a href="../pkg/mime/multipart.html" class="path-duplicate">mime/</a><a href="../pkg/mime/multipart.html">multipart</a></code>
<code> <span class="order">17</span>. <a href="../pkg/mime/quotedprintable.html" class="path-duplicate">mime/</a><a href="../pkg/mime/quotedprintable.html">quotedprintable</a></code>
<code> <span class="order">18</span>. <a href="../pkg/net/http.html">net/http</a></code>
<code> <span class="order">19</span>. <a href="../pkg/net/http/internal.html" class="path-duplicate">net/http/</a><a href="../pkg/net/http/internal.html">internal</a></code>
<code> <span class="order">20</span>. <a href="../pkg/net/textproto.html" class="path-duplicate">net/</a><a href="../pkg/net/textproto.html">textproto</a></code></div><pre id="footer">
<table><tr><td><img src="../png/go101-twitter.png"></td>
<td>The pages are generated with <a href="https://go101.org/article/tool-golds.html"><b>Golds</b></a> <i>v0.3.3-preview</i>. (GOOS=linux GOARCH=amd64)
<td>The pages are generated with <a href="https://go101.org/article/tool-golds.html"><b>Golds</b></a> <i>v0.3.6</i>. (GOOS=linux GOARCH=amd64)
<b>Golds</b> is a <a href="https://go101.org">Go 101</a> project developed by <a href="https://tapirgames.com">Tapir Liu</a>.
PR and bug reports are welcome and can be submitted to <a href="https://github.com/go101/golds">the issue list</a>.
Please follow <a href="https://twitter.com/go100and1">@Go100and1</a> (reachable from the left QR code) to get the latest news of <b>Golds</b>.</td></tr></table></pre>
Loading

0 comments on commit 1c77e86

Please sign in to comment.