This website works better with JavaScript.
Home
Help
Sign In
cn
/
dyndnsd
mirror of
https://github.com/cmur2/dyndnsd.git
Watch
1
Star
0
Fork
0
Code
Releases
29
Activity
Browse Source
release: 3.1.3
tags/v3.1.3^0
v3.1.3
cn
1 month ago
parent
2a7ea2bb8f
commit
d89c1c6091
2 changed files
with
7 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
CHANGELOG.md
+1
-1
lib/dyndnsd/version.rb
+ 6
- 0
CHANGELOG.md
View File
@ -1,5 +1,11 @@
# Changelog
## 3.1.3 (December 20, 2020)
OTHER:
- fix Docker image release process in Github Actions CI, 3.1.2 was not released as a Docker image
## 3.1.2 (December 20, 2020)
OTHER:
+ 1
- 1
lib/dyndnsd/version.rb
View File
@ -1,5 +1,5 @@
# frozen_string_literal: true
module
Dyndnsd
VERSION
=
'3.1.
2
'
VERSION
=
'3.1.
3
'
end
Write
Preview
Loading…
Cancel
Save